Re: [java2perl6] r99 committed - Now the comp_stmt(?) rule triggers correctly....
[email protected] (Tim Bunce) Tue, 29 Sep 2009 23:09:28 +0100
| Newsgroups | perl.dbdi.dev |
|---|---|
| Message-ID | <[email protected]> |
That's great. Many thanks Cosimo! Tim. On Tue, Sep 29, 2009 at 09:29:11PM +0200, Cosimo Streppone wrote: > Cosimo committed r99: > >> Revision: 99 >> Author: cosimo.streppone >> Date: Mon Sep 28 13:29:30 2009 >> Log: Now the comp_stmt(?) rule triggers correctly. >> Fixed the grammar properly to allow clean regen of Java::Javap::Grammar. >> >> http://code.google.com/p/java2perl6/source/detail?r=99 >> >> Modified: >> /trunk/lib/Java/Javap/Grammar.pm >> /trunk/lib/Java/Javap/javap.grammar >> >> ======================================= >> --- /trunk/lib/Java/Javap/Grammar.pm Sun Sep 27 12:37:52 2009 >> +++ /trunk/lib/Java/Javap/Grammar.pm Mon Sep 28 13:29:30 2009 > > [...] > > The changes to Java/Javap/Grammar.pm look scary, > but this is just because the file has been regenerated > with the most recent Parse::RecDescent... > > -- > Cosimo