jpfeiffer16 / Synacle

Language Toolchain for the Synacor VM
GNU General Public License v2.0
0 stars 0 forks source link

Refactor/Rethink the lexer #13

Closed jpfeiffer16 closed 5 years ago

jpfeiffer16 commented 5 years ago

The lexer has been a stumbling block a lot recently. It is starting to fall down as the complexity of the language grows, emitting incorrect tokens and causing parse errors. This needs to be fixed to enable future development.

jpfeiffer16 commented 5 years ago

New lexer now. Much better.