summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-05 21:35:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-05 21:35:08 +0000
commitd521d95a3d946cf6026e4dfde527a02ba8032158 (patch)
tree4f54fae454dc495d3161c6b383d12afd5ad4ef33 /TODO
parent987cc1fb28c9fb5e8d0150a2c82b959dff586f56 (diff)
downloadbison-d521d95a3d946cf6026e4dfde527a02ba8032158.tar.gz
Mention that we should support NUL bytes in tokens.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4762559e..3b2bf690 100644
--- 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. []