Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved frontend parser and introduced Sage-Lisp! #75

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

adam-mcdaniel
Copy link
Owner

@adam-mcdaniel adam-mcdaniel commented Apr 30, 2024

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 adam-mcdaniel added enhancement New feature or request Frontend📝 The frontend source code language labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend📝 The frontend source code language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant