-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
19 lines (14 loc) · 855 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
+--------------------------------------------------------+
| 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).