mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-29 00:30:57 +00:00
.
This commit is contained in:
parent
686bee2578
commit
42806cdd9b
@ -121,6 +121,15 @@ term(RV) ::= ERROR(C). {
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
term(RV) ::= error RPAREN.
|
||||
term(RV) ::= error END.
|
||||
term(RV) ::= LPAREN error RPAREN.
|
||||
term(RV) ::= BEGIN error END.
|
||||
term(RV) ::= IF error END.
|
||||
term(RV) ::= LOOP error END.
|
||||
term(RV) ::= FOR error END.
|
||||
*/
|
||||
|
||||
/* compound list ends with a separator. paren command does not need the final separator */
|
||||
%type paren_list { command_ptr_vector }
|
||||
|
Loading…
Reference in New Issue
Block a user