Skip to content

Changing normal execution order #7

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

Open
timber-they opened this issue Jan 25, 2017 · 1 comment
Open

Changing normal execution order #7

timber-they opened this issue Jan 25, 2017 · 1 comment

Comments

@timber-they
Copy link
Owner

In an operation chain I want it to be possible to change the normal order from the left to the right with braces like that:

(1+2)*(3-4)/(5%(6.7))

This is actually harder than I thought and I'm not sure wether I'll be able to do this with the current compiler structure - and I'm not motivated to change the structure...

@timber-they
Copy link
Owner Author

Actually I mainly did that - but I still got to implement standard bracketing - that means:
3+33 should be 3+(33)

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

No branches or pull requests

1 participant