abacus: parse: parser: store result of parse

This commit is contained in:
Bruno BELANYI 2021-08-23 00:24:25 +02:00
parent 46a0655e72
commit 1dbed201e6
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class ParserDriver;
%%
input:
exp EOF
exp EOF { drv.result() = $1; }
;
exp: