]> git.saurik.com Git - bison.git/blobdiff - TODO
* data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
[bison.git] / TODO
diff --git a/TODO b/TODO
index 4762559ea2e2674621f7b14ca437ebd4e645eaea..3b2bf6905efb7da2e566cdd874ea01b73c551a1f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -192,7 +192,9 @@ Paul notes:
        PDP-10 ports :-) but they should probably be documented
        somewhere.
 
-
+       More importantly, Bison does not currently allow NUL bytes in
+       tokens, either via escapes (e.g., "x\0y") or via a NUL byte in
+       the source code.  This should get fixed.
 
 * --graph
 Show reductions.       []