examples: include the generated header

* examples/c/bistromathic/parse.y, examples/c/lexcalc/parse.y,
* examples/c/reccalc/parse.y: here.
Add some comments.

* src/parse-gram.y (api_version): Pull out of handle_require.
Bump to 3.7.
This commit is contained in:
Akim Demaille
2020-07-05 07:21:07 +02:00
parent 7c0d36b760
commit 964fb2aa6f
4 changed files with 32 additions and 6 deletions

View File

@@ -19,6 +19,9 @@
#include <stdlib.h> // getenv.
}
// Include the header in the implementation rather than duplicating it.
%define api.header.include {"parse.h"}
// Don't share global variables between the scanner and the parser.
%define api.pure full