Skip to content

Commit 8a85cde

Browse files
authored
Merge pull request #52 from eliben/patch-1
Update ungrammar.ungram with proper labeled rule
2 parents 814f047 + 11fecff commit 8a85cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ungrammar.ungram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Rule =
1313
| Rule '?'
1414
| Rule '*'
1515
| '(' Rule ')'
16-
| label:'ident' ':'
16+
| label:'ident' ':' Rule

0 commit comments

Comments
 (0)