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