++++++++Bison: pure parsing
conflicts: 1 shift/reduce
In file included from /Users/dave/src/yaep/test/compare_parsers/test_yyparse.c:44:
y.tab.c:1937:16: error: call to undeclared function 'get_lex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1937 | yychar = YYLEX;
| ^