reentrant parser - how?
Hello, can anybody tell me how this lexer-parser-combination would look if it is a reentrant parser? ---lexer.l--- %option yylineno %option case-insensitive %{ #include "parser.tab.h" /* hier C-includes*/ %} %% .{ return LINE; } %%
(no subject)
___ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison