X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/16dc6a9ebf3b936f5383c49d5f29738a53538395..b09f4f48512c274a7574b6a22e4a1eac6a86fd61:/NEWS diff --git a/NEWS b/NEWS index c7645067..68fb66f0 100644 --- a/NEWS +++ b/NEWS @@ -92,6 +92,9 @@ Changes in version 2.3a+ (????-??-??): Changes in version 2.3a, 2006-09-13: +* Bison now supports generating Java parsers. Grammars written for + the Java language should include the `%language "Java"' directive. + * Instead of %union, you can define and use your own union type YYSTYPE if your grammar contains at least one tag. Your YYSTYPE need not be a macro; it can be a typedef. @@ -914,7 +917,7 @@ End: ----- Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2006 Free Software Foundation, Inc. +2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler.