X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/279cabb657e5116d9fd4badace040f36f579199a..9b33de72cd2469bedac2b5f0a48a8782571ea9db:/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.