]> granicus.if.org Git - flex/commit
Bison bridge code now works for all C scanners and pure/non-pure bison parsers.
authorJohn Millaway <john43@users.sourceforge.net>
Fri, 13 Sep 2002 01:17:22 +0000 (01:17 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Fri, 13 Sep 2002 01:17:22 +0000 (01:17 +0000)
commit815fd665d8c46fc9f106fe65643c12614ffc9747
treeb1135a92b387ceb3d8629464bc0b57261d51343d
parentf6904782ed84d7a946ecca17c1b1269eee0978c0
Bison bridge code now works for all C scanners and pure/non-pure bison parsers.
Added %option bison-bridge (--bison-bridge).
Removed %option reentrant-bison/--reentrant-bison/-Rb.
Scanner knows the name of its tables.
Tables serialization is OK on EOF.
yylineno is present in all scanners.
Modified nasty performance penalty warning w/ yylineno.
test-table-opts is now run last because it's so fat.
Updated manual.
16 files changed:
configure.in
flex.skl
flex.texi
flexdef.h
gen.c
main.c
misc.c
options.c
options.h
scan.l
tables.h
tests/Makefile.am
tests/descriptions
tests/test-bison-yylloc/scanner.l
tests/test-bison-yylval/scanner.l
tests/test-table-opts/scanner.l