Skip to content

Commit

Permalink
- removed left recursion on simple pad
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl committed Apr 6, 2013
1 parent 9fb0507 commit 98a0fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/antlr3/fjord/compiler/Fsharp.g
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ primaryConstrArgs
simplePat
: Ident
| simplePat Colon Type
(| simplePat Colon Type)?
;
additionalConstrDefn
Expand Down

0 comments on commit 98a0fb4

Please sign in to comment.