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

[PERF] Simplify AST with smart pretty printing #10

Open
Rekihyt opened this issue Aug 13, 2024 · 1 comment
Open

[PERF] Simplify AST with smart pretty printing #10

Rekihyt opened this issue Aug 13, 2024 · 1 comment

Comments

@Rekihyt
Copy link
Owner

Rekihyt commented Aug 13, 2024

The pretty printer should do reverse precedence parsing, to decide the correct precedence operators to use for a given operation (like match) instead of requiring them to be encoded separately int the AST.

@Rekihyt
Copy link
Owner Author

Rekihyt commented Aug 13, 2024

Remove long form ops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant