Branch: refs/heads/master
Home: http://github.com/timbunce/java2perl6
Commit: dbc1b15ad947ab8fab6b75df9c5c33bfa0e63099
http://github.com/timbunce/java2perl6/commit/dbc1b15ad947ab8fab6b75df9c5c33bfa0e63099
Author: Tim Bunce <[email protected]>
Date: 2010-09-05 (Sun, 05 Sep 2010)
Changed paths:
M lib/Java/Javap/Generator/Perl6.pm
M t/03_class.t
Log Message:
-----------
Use compact form of constant declaration. Sync test results.
Commit: bc2a4360ab157942f64d976a4e8a510e59096aff
http://github.com/timbunce/java2perl6/commit/bc2a4360ab157942f64d976a4e8a510e59096aff
Author: Tim Bunce <[email protected]>
Date: 2010-09-05 (Sun, 05 Sep 2010)
Changed paths:
M lib/Java/Javap/Generator/Perl6.pm
M lib/Java/Javap/Grammar.pm
M lib/Java/Javap/javap.grammar
M t/03_class.t
M testjavas/dupMethodTest.class
M testjavas/dupMethodTest.java
Log Message:
-----------
Fix double and string constants, incl escaping single quotes.
Regerate grammar.
Fix typo in constant_whole in Perl6 generator.