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

Precedence using Shunting yard #9

Open
zaher opened this issue Jan 25, 2015 · 0 comments
Open

Precedence using Shunting yard #9

zaher opened this issue Jan 25, 2015 · 0 comments
Labels
Milestone

Comments

@zaher
Copy link
Member

zaher commented Jan 25, 2015

Use precedence of operators and values execute in Statement.execute
use
You must care about

:= "Result is " + 10 + 10 ;

Result should be "Result is 20"

and we should use precedence for object type, that mean we need to convert Type to be struct or class instead of enum

@zaher zaher added the bug label Jan 25, 2015
@zaher zaher added this to the Syntax milestone Jan 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant