* tests/torture.at (Big triangle): New.

(GNU AWK Grammar, GNU Cim Grammar): Move to...
* tests/existing.at: here.
This commit is contained in:
Akim Demaille
2002-04-07 17:44:38 +00:00
parent 5123689ba0
commit 817e9f41d1
6 changed files with 1348 additions and 1199 deletions

8
TODO
View File

@@ -14,9 +14,11 @@ into
when there are no actions. This can significantly speed up some
grammars.
* Useless rules
We have all the needed material to actually remove them. Do it.
Or maybe not, but at least do not include them in the automaton.
* 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!
* read_pipe.c
This is not portable to DOS for instance. Implement a more portable