abacus: parse: parser: store result of parse
This commit is contained in:
parent
46a0655e72
commit
1dbed201e6
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class ParserDriver;
|
|||
%%
|
||||
|
||||
input:
|
||||
exp EOF
|
||||
exp EOF { drv.result() = $1; }
|
||||
;
|
||||
|
||||
exp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue