]> git.saurik.com Git - bison.git/blobdiff - NEWS
Minor code cleanup in parser table construction.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index c764506754640fda01a1972ec1b3e1d435bfe60b..68fb66f030d184d335063be628bef2b7ff2a481f 100644 (file)
--- 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 <type> 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.