adam-mcdaniel / sage

A programming language that's wise beyond its bytes!🌱🌿🪴
https://adam-mcdaniel.net/sage-website
MIT License
414 stars 15 forks source link

Improved frontend parser and introduced Sage-Lisp! #75

Closed adam-mcdaniel closed 1 week ago

adam-mcdaniel commented 4 months ago

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 commented 1 week ago

Replaced with #77 instead!