Well I have been very busy this past week so I didn't get a ton done, but definitely some useful things are finished. So far here is the progress for the basics of SwitchScript:
Lexical Analyzer - 100% (Did a little optimization today with the symbol look-up)
Parser - 100% (The system works and all, but it doesn't contain all structures in the final version yet)
Syntax Tree - 0% (Hopefully tomorrow I'll start this...)
Intermediate Code - 0% (Might skip this part, not sure yet)
Executable Code - 0% (Not a .exe, just code that the VM can read and interpret)
Virtual Machine - 0% (Executes the code)
Yep, that's about it!
No comments:
Post a Comment