SHA256
1
0
forked from pool/javacc
OBS User unknown
2008-01-28 15:00:10 +00:00
committed by Git OBS Bridge
parent ccb1cc2b92
commit bb935fa109
5 changed files with 74 additions and 18 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 28 15:00:14 CET 2008 - mmaher@suse.de
- updated to 4.0:
See the bug list in issue tracker for all the bugs fixed in this release.
JJTree and JavaCC both now support 1.5 syntax.
We now support accessing token fields in the grammar like: s=<ID>.image
Convenient constructors for passing encoding directly to the grammar
Tabsetting is now customizable.
SimpleNode can now extend a class using the NODE_EXTENDS option.
JAVACODE and BNF productions take optional access modifiers.
-------------------------------------------------------------------
Wed Sep 20 01:32:35 CEST 2006 - ro@suse.de