]> git.saurik.com Git - bison.git/commitdiff
Mention that we should support NUL bytes in tokens.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Jan 2005 21:35:08 +0000 (21:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Jan 2005 21:35:08 +0000 (21:35 +0000)
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.       []