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

Better expression parsing #56

Open
xFrednet opened this issue Nov 15, 2024 · 0 comments
Open

Better expression parsing #56

xFrednet opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@xFrednet
Copy link
Collaborator

FrankenScript currently constructs most of the AST in just one pass. Binary expressions are currently a bit weird. Something like this: x == y == True doesn't work.

It would be good to investigate this and maybe make the parser more flexible for such cases.


I'm only labeling this as an enhancement since most of this works and this can be fixed with an assignment to a temporary

@xFrednet xFrednet added the enhancement New feature or request label Nov 15, 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
Projects
None yet
Development

No branches or pull requests

1 participant