The MultiLevel Compiler News
Status: Inactive
Brought to you by:
pcmattman
The code for the parser itself has been started. The lexical analysis is performed with assistance from a backend system I've implemented based on Python, which makes the regular expression parsing of the lexer much simpler.
Once the lexer is complete and appropriately parses the script, the parser will start to be written.