]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
GCJ's parser requires the tokens to be defined before the prologue.
[bison.git] / ChangeLog
index 77ce89f540b1fbcd7e43b451904c6d26b275a796..02a5ac603c1ea455848fac2c9ac6a05a026762de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2002-06-10  Akim Demaille  <akim@epita.fr>
+
+       GCJ's parser requires the tokens to be defined before the prologue.
+
+       * data/bison.simple: Output the token definition before the user's
+       prologue.
+       * tests/regression.at (Braces parsing, Duplicate string)
+       (Mixing %token styles): Check the output from bison.
+       (Early token definitions): New.
+
+2002-06-10  Akim Demaille  <akim@epita.fr>
+
+       * src/symtab.c (symbol_user_token_number_set): Don't complain when
+       assigning twice the same user number to a token, so that we can
+       use it in...
+       * src/lex.c (lex): here.
+       Also use `symbol_class_set' instead of hand written code.
+       * src/reader.c (parse_assoc_decl): Likewise.
+
 2002-06-10  Akim Demaille  <akim@epita.fr>
 
        * src/symtab.c, src/symtab.c (symbol_class_set)