SE250:lab-9:npit006

From Marks Wiki
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