%TOC% ---++ Introduction Jimple-front defines the syntax of Jimple, the typed 3-address representation of Java bytecode of the [[http://www.sable.mcgill.ca/soot/][Soot Java optimization framework]]. This representation is suitable for program optimization and analysis. You can use Jimple-front to parse Jimple. A pretty-printer for Jimple is under development. You can [[http://releases.strategoxt.org/docs/syntax/jimple-front/stable/docs/html/languages/jimple/Main.sdf.html][browse ]] the Jimple-front syntax definition for Jimple online. ---++ Download The latest unstable release of Jimple-front is available at: * %RELEASES%/jimple-front/unstable/ Install the package with the usual sequence of commands: $ ./configure $ make $ make install You might need to set your =PKG_CONFIG_PATH= if you did not install the dependencies in a standard location. Configure will tell you to do this if it cannot find aterm, sdf or strategoxt. ---++ Project Info ---+++ Contact and Mailing List Please send questions to the [[https://mail.cs.uu.nl/mailman/listinfo/stratego][stratego@cs.uu.nl mailing list]]. Also, the Jimple-front developers are usually available on IRC at [[irc://irc.freenode.net/stratego][irc.freenode.net/stratego]]. Feel free to drop by! ---+++ Source Repository The sources of Java-front are available from Subversion. * https://svn.strategoxt.org/repos/StrategoXT/sootxt/jimple-front/trunk ---+++ Team Contributors: * [[http://martin.bravenboer.name][Martin Bravenboer]] * [[http://www.ii.uib.no/~karltk/][Karl Trygve Kalleberg]] ---+++ License Jimple-front is licensed under the MIT license (see LICENSE in the distribution)