Skip to content
/ perk Public
forked from chrisdolan/perk

a Java compiler targeting Parrot bytecode

Notifications You must be signed in to change notification settings

plobsing/perk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERVIEW
--------

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

BUILDING
--------

To build Perk from source, you'll need Parrot 2.6 or newer, and the tools that
come with it.

To obtain Perk directly from its repository:

    $ git clone git://github.com/plobsing/perk.git

If you don't have git installed, you can get a tarball or zip
of Perk from github by visiting http://github.com/plobsing/perk/tree/master
and clicking "Download".  Then unpack the tarball or zip.

Once you have a copy of the Perk sources, build it as follows:

    $ cd perk
    $ parrot setup.pir

About

a Java compiler targeting Parrot bytecode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 88.2%
  • Parrot 10.4%
  • Java 1.4%