reentrant parser - how?

2005-05-04 Thread Carsten Krüger
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)

2005-05-02 Thread Carsten Krüger
___ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison