-
Notifications
You must be signed in to change notification settings - Fork 57
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
Please allow bracket in parameter name #25
Comments
Thaina
added a commit
to Thaina/NCalc2
that referenced
this issue
Mar 18, 2019
Will changing this Lines 265 to 268 in 19359d6
To this NAME : '[' ( (options {greedy=false;} : ~('[' | ']')*) NAME* )* ']'
; Did the job? |
Today I have clone your repo and change it to antlr4 This rule work for me NAME : '[' (~('[' | ']') | NAME)*? ']'
; If you interest https://github.com/Thaina/NCalc2 |
@Thaina, I believe it'll be better to use NCalc2/test/NCalc.Tests/Fixtures.cs Lines 655 to 664 in f8e42df
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wish I could write parameter name with bracket like this
If possible I would like to have it allow arbitrary nested bracket
The text was updated successfully, but these errors were encountered: