-
Notifications
You must be signed in to change notification settings - Fork 153
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
Pure left-to-right evaluation #35
Comments
Well, you could edit the code in |
This could be accomplished by writing a custom Expressionizer (the thing that turns GroupedTokens into Expressions). |
I'm looking to be able to toggle precedence at runtime. Could you provide an example (or link) to how this would be done using a custom Expressionizer (in Objective-C)? |
Hi Dave. Just wondering if you've gotten a chance to add this (to the Obj-C version)? |
I've been evaluating the Swift (3) branch recently. Any movement on this there (I assume you're no longer updating Obj-C as actively)? |
@davedelong Hey Dave. Getting back on my project and hoping this is still in the cards? |
How to make + − the same precedence as x ÷ ?
Such that
3+5x2=13
becomes3+5x2=16
The text was updated successfully, but these errors were encountered: