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