diff --git a/src/parse/parser.yy b/src/parse/parser.yy index 764edf4..d8fbc87 100644 --- a/src/parse/parser.yy +++ b/src/parse/parser.yy @@ -79,7 +79,7 @@ class ParserDriver; %% input: - exp EOF + exp EOF { drv.result() = $1; } ; exp: