From 4358321afa2f54979cc1f31356e1fcf6480feacf Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 11 Apr 2002 16:30:18 +0000 Subject: [PATCH] More. --- TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index cfbca2a0..507c6ed7 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ -*- outline -*- * Coding system independence -Paul notes: +Paul notes: Currently Bison assumes 8-bit bytes (i.e. that UCHAR_MAX is 255). It also assumes that the 8-bit character encoding is @@ -33,6 +33,16 @@ Paul suggests: #define BAR 257 ... +> I'm in favor of +> +> %token FOO 256 +> %token BAR 257 +> +> and Bison moves error into 258. + +Yes, I think that's a valid extension too, if the user doesn't define +the token number for error. + * Unit rules Maybe we could expand unit rules, i.e., transform -- 2.45.2