Skip to content

Instantly share code, notes, and snippets.

@ionoy
Created July 11, 2016 15:31
Show Gist options
  • Select an option

  • Save ionoy/13814d9f052489b152e1961d208a9fea to your computer and use it in GitHub Desktop.

Select an option

Save ionoy/13814d9f052489b152e1961d208a9fea to your computer and use it in GitHub Desktop.
syntax Expr
{
| MemberRef = Key=QualifiedReference
| ArrayRef = Key=QualifiedReference "[" Expr "]"
| MethodCall = Key=QualifiedReference "(" (Argument; "," sm)* ")"
| Braces = "(" Expr ")"
| Complex = (MethodCall | MemberRef | ArrayRef | Braces) "." Expr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment