Skip to content

Commit

Permalink
Clean parser
Browse files Browse the repository at this point in the history
  • Loading branch information
proninis committed Apr 1, 2014
1 parent 85defc7 commit 7c4d662
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions grammar/DMParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,6 @@ expr
| constant
;

exprList
: expr (COMMA expr)*
;

actualParameters
: (actualParameter | COMMA actualParameter?) (COMMA actualParameter?)*
;
Expand Down

0 comments on commit 7c4d662

Please sign in to comment.