sage
sage copied to clipboard
Improved frontend parser and introduced Sage-Lisp!
This PR implements a new parser and lexer for sage, and gets rid of the pest
dependency. The new parser and lexer are implemented with LALRPOP and Logos.
With the new parser, we can now integrate code-modifying lisp expressions into the code.