Fixing up bad grammar rule for cond clauses with else.
svn: r608
This commit is contained in:
parent
a42ef53b84
commit
9ed4869adb
|
@ -221,7 +221,7 @@ NOTE: Since I want to use parentheses to mean "real" parentheses, I use
|
||||||
| <expr> isa <ifacet>
|
| <expr> isa <ifacet>
|
||||||
| if <expr> <block> [else <block>]?
|
| if <expr> <block> [else <block>]?
|
||||||
| cond { [<expr> => <expr> ;]+ }
|
| cond { [<expr> => <expr> ;]+ }
|
||||||
| cond { [<expr> => <expr> ;]* else <block> }
|
| cond { [<expr> => <expr> ;]* else <expr> ; }
|
||||||
| while <expr> <block>
|
| while <expr> <block>
|
||||||
| new <id> : <ifacet> ( <newargs> )
|
| new <id> : <ifacet> ( <newargs> )
|
||||||
| new <id> ( <newargs> )
|
| new <id> ( <newargs> )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user