X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/279cabb657e5116d9fd4badace040f36f579199a..8a93f8e60ca618ab8442c79f4f5d68ab43231e63:/NEWS diff --git a/NEWS b/NEWS index 7d35ebf5..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.