]> git.saurik.com Git - bison.git/blobdiff - NEWS
2007-02-05 Paolo Bonzini <bonzini@gnu.org>
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 7d35ebf552850208f98fd5ada8a50f0e2ca40a9a..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.