All Projects → chrisdolan → perk

chrisdolan / perk

Licence: other
a Java compiler targeting Parrot bytecode

Programming Languages

perl
6916 projects
Parrot
15 projects
java
68154 projects - #9 most used programming language
+--------------------------------------------------------+
| NOTE: I've moved development from googlecode to github |
+--------------------------------------------------------+
See: http://github.com/chrisdolan/perk/tree/master
   git clone git://github.com/chrisdolan/perk.git


This is an implementation of the Java programming language. It is not
intended to be an implementation of the Java virtual machine, however,
so it will not be interoperable with existing JavaVM bytecode.

The parser is heavily influenced by an ANTLR grammar for Java 1.5.

   http://www.antlr.org/grammar/1152141644268/Java.g

From those roots, though, it's been modified to be more tightly
coupled with Parrot and has been enhanced to support more syntax from
the Java Language Specification, 3rd edition to parse a wider variety
of Java sources (i.e. Java 1.6 and beyond).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].