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

View file

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