Skip to content

Commit

Permalink
Merge pull request antlr#12 from ftomassetti/issue5b
Browse files Browse the repository at this point in the history
fix Kotlin Stg for multiple labels
  • Loading branch information
ftomassetti authored Aug 16, 2018
2 parents 7c067c1 + 1161d6c commit 0755f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ bitsetInlineComparison(s, bits) ::= <%
%>

cases(ttypes) ::= <<
<ttypes:{t | <t> ->}; separator=" "> >>
<ttypes:{t | <t> }; separator=", "> -> >>

InvokeRule(r, argExprsChunks) ::= <<
this.state = <r.stateNumber>
Expand Down

0 comments on commit 0755f9e

Please sign in to comment.