Closed jpfeiffer16 closed 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.
New lexer now. Much better.
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.