Everybody knows

This commit is contained in:
Artur Meski
2018-11-24 14:23:40 +00:00
parent 34f7b503c1
commit c72eb7ac4a
3 changed files with 29 additions and 0 deletions

View File

@@ -409,6 +409,14 @@ rsctlk_form:
$$ = new FormRSCTLK(RSCTLK_NE, *$3, $6);
free($3);
}
| UC LSB agents RSB LRB rsctlk_form RRB {
$$ = new FormRSCTLK(RSCTLK_UC, *$3, $6);
free($3);
}
| NC LSB agents RSB LRB rsctlk_form RRB {
$$ = new FormRSCTLK(RSCTLK_NC, *$3, $6);
free($3);
}
// | E LSB actions RSB X rsctlk_form {
// $$ = new FormRSCTLK(RSCTLK_EX_ACT, $3, $6);