mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
* src/output.c (output_table_data): Return the longest number. (prepare_tokens): Output `token_number_max'). * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type): New. Use them to define yy_token_number_type/TokenNumberType. Use this type for yytranslate. * tests/torture.at (Big triangle): Push the limit from 124 to 253. * tests/regression.at (Web2c Actions): Adjust.
This commit is contained in:
5
TODO
5
TODO
@@ -16,9 +16,8 @@ grammars.
|
||||
|
||||
* Huge Grammars
|
||||
Currently, not only is Bison unable to handle huge grammars because of
|
||||
internal limitations, but the test `big triangle' also demonstrates
|
||||
that it can produce SEGVing executables! Push the limit beyond 124,
|
||||
and have a core dump. Be my guest: fix this!
|
||||
internal limitations (see test `big triangle'). Push the limit beyond
|
||||
253. Be my guest: fix this!
|
||||
|
||||
* read_pipe.c
|
||||
This is not portable to DOS for instance. Implement a more portable
|
||||
|
||||
Reference in New Issue
Block a user