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

Weird parsing of square brackets content #14

Open
L3nn0x opened this issue Dec 20, 2016 · 1 comment
Open

Weird parsing of square brackets content #14

L3nn0x opened this issue Dec 20, 2016 · 1 comment

Comments

@L3nn0x
Copy link

L3nn0x commented Dec 20, 2016

When trying to use square brackets, the parsing inside is weirdly done.

Minimal example : set [test + J + 1], 1

Expected result : compiles and actually precomputes test + 1

Actual result : doesn't compile and I get the error Error: Error { kind: UnknownLabel("J"), state: State { next_error: None, backtrace: None } }.

@Yamakaky
Copy link
Owner

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

2 participants