...
- Left recursion elimination and expression grammar simplification [DONE]
- Scannerless parsing
Lexing
...
- Generate code that uses ST v4 [DONE]
Miscellaneous
- Improve error messages when backtracking or using arbitrary lookahead
- Make a real interpreter using NFA; allow access as library from Java code
...