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

At Bracket Operations #126

Merged
merged 3 commits into from
May 16, 2015
Merged

At Bracket Operations #126

merged 3 commits into from
May 16, 2015

Conversation

KronicDeth
Copy link
Owner

Resolves #62

Add matchedAtUnqualifiedBracketOperation so that @variable[...] is parsed correctly. All other forms of @<...>[<...>] were already parsed correctly.

matchedUnqualifiedIdentifier is only red test.
`@<identifier>[<...>]` must be a separate rule before
matchedAtNonNumericOperation so that the `@` consumes the IDENTIFER, but
not the brackets. The brackets should consume the `@<identifier>` as a
whole.
@KronicDeth KronicDeth self-assigned this May 16, 2015
@KronicDeth KronicDeth added this to the v1.0.0 milestone May 16, 2015
@KronicDeth KronicDeth merged commit f1571bf into master May 16, 2015
KronicDeth added a commit that referenced this pull request May 16, 2015
@KronicDeth KronicDeth deleted the feature/62/bracket_at_expr branch May 16, 2015 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bracket @ Expression
1 participant