Fixed grammar
This commit is contained in:
parent
55d8020292
commit
8cf9b73fbc
1 changed files with 3 additions and 2 deletions
|
@ -812,11 +812,12 @@ ldecl : '{'
|
||||||
|
|
||||||
productions
|
productions
|
||||||
: simpleproduction
|
: simpleproduction
|
||||||
[ '|' DEFAULT? simpleproduction ]*
|
[ '|' simpleproduction ]*
|
||||||
;
|
;
|
||||||
|
|
||||||
simpleproduction
|
simpleproduction
|
||||||
: [ IF '(' /* Read C-expression here */ ')'
|
: DEFAULT?
|
||||||
|
[ IF '(' /* Read C-expression here */ ')'
|
||||||
| PREFER
|
| PREFER
|
||||||
| AVOID
|
| AVOID
|
||||||
]?
|
]?
|
||||||
|
|
Loading…
Reference in a new issue