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

Solparse: MultiplicativeOperator is implemented in the wrong manner #34

Closed
duaraghav8 opened this issue Sep 8, 2016 · 1 comment
Closed

Comments

@duaraghav8
Copy link
Owner

duaraghav8 commented Sep 8, 2016

start & and offset for *, /, % are same (which is wrong)
try:

solparse.parse ('1 / 8 % 5;').body [0].expression

Same problem with + and -. Problem exists in the way we've defined Operators in solparse & solidity-parser

This issue is directly related to #33

@duaraghav8
Copy link
Owner Author

Moving this issue to Solparse - duaraghav8/solparse#24

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

No branches or pull requests

1 participant