SE250:lab-9:npit006

From Marks Wiki
Revision as of 05:20, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (7 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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