Project for ShanghaiTech CS131 Compilers (also Stanford CS143) written in rust 2018.
A general lexical anaylzer
Try lexer --help
See examples/lexer_config
A general syntax analyzer with rd, ll, lr, glr supports and some transforms
Try parser --help
See examples/ebnf
Not finihsed... it should be a COOL Compiler based on above
A scheme interpreter (not quite R5RS)