From: Paul Eggert Date: Wed, 5 Jan 2005 21:35:08 +0000 (+0000) Subject: Mention that we should support NUL bytes in tokens. X-Git-Tag: BISON-2_1~210 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d521d95a3d946cf6026e4dfde527a02ba8032158 Mention that we should support NUL bytes in tokens. --- 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. []