SE250:lab-9:npit006: Difference between revisions
Jump to navigation
Jump to search
m 7 revision(s) |
(No difference)
|
Latest revision as of 05:20, 3 November 2008
Lab 9
I opted to do Task 1 after much agonising. This lab was quite painful.
I managed to alter/fix a few functions for the new tokeniser. The previous tokeniser was able to treat all tokens as chars - the new one couldn't... and that's why adaptations were required.
I didn't get around to starting init_TokenStream(), the function for actually tokenising a string.
This is my tokeniser.c file: SE250:lab-9:npit006:tokeniser.c