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

Add more mathematical tokens/operators to flipjump parsing #249

Open
tomhea opened this issue Nov 18, 2023 · 0 comments
Open

Add more mathematical tokens/operators to flipjump parsing #249

tomhea opened this issue Nov 18, 2023 · 0 comments
Labels
backlog This should be worked on, someday.. enhancement New feature or request

Comments

@tomhea
Copy link
Owner

tomhea commented Nov 18, 2023

Add Unary Minus (-), Unary Not (~). Maybe add logical or (||) and logical and (&&). Maybe handle power (**).

The unary operators should be a bit tricky to implement, as it currently collides with some rules in the current parser/lexer rule set.

@tomhea tomhea added enhancement New feature or request backlog This should be worked on, someday.. labels Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog This should be worked on, someday.. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant