sage icon indicating copy to clipboard operation
sage copied to clipboard

Improved frontend parser and introduced Sage-Lisp!

Open adam-mcdaniel opened this issue 9 months ago • 0 comments

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. image

adam-mcdaniel avatar Apr 30 '24 01:04 adam-mcdaniel