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

Grammar enhancement #207

Merged
merged 4 commits into from
Feb 19, 2018
Merged

Grammar enhancement #207

merged 4 commits into from
Feb 19, 2018

Conversation

DevSide
Copy link
Collaborator

@DevSide DevSide commented Oct 9, 2016

New grammar

This new grammar can handle embedded expressions like :
"arr[x + y] == 2"
"a notIn [2, a * 4]"
"Math.floor(n * n) > a" - Fix issue #152
"myFunc(n * n, a || b) > c"

It additionally introduces ^ as a pow operator and precise in the doc the bitwize operators are not supported.

@DevSide DevSide added the wip label Oct 9, 2016
@DevSide DevSide added this to the v0.4.3 milestone Oct 9, 2016
@DevSide DevSide force-pushed the enhancement-grammar branch from d1b0507 to 853174f Compare October 9, 2016 17:02
@DevSide DevSide changed the title Enhancement grammar Grammar enhancement Oct 9, 2016
@DevSide DevSide force-pushed the enhancement-grammar branch 3 times, most recently from 98f7203 to 9255070 Compare October 10, 2016 22:55
@DevSide DevSide added review and removed wip labels Oct 10, 2016
@DevSide DevSide modified the milestones: v0.5.0, v0.4.3 Oct 11, 2016
@DevSide DevSide force-pushed the enhancement-grammar branch from 9255070 to abfe0fd Compare October 12, 2016 16:20
@DevSide DevSide merged commit ca221c0 into master Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant