tikluganguly / perk

a Java compiler targeting Parrot bytecode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

+--------------------------------------------------------+
| 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).

About

a Java compiler targeting Parrot bytecode


Languages

Language:Perl 96.7%Language:Parrot 1.9%Language:Java 1.4%