Allow th use of EXPECTATION keyword in variables tags.

issue#70
Stéphane Adjemian (Charybdis) 2019-05-03 12:18:40 +02:00
parent 7fb591645f
commit fbc42b1930
1 changed files with 2 additions and 0 deletions

View File

@ -3899,6 +3899,8 @@ symbol : NAME
{ $$ = $1; }
| PRIOR
{ $$ = $1; }
| EXPECTATION
{ }
;