%TOC% ---++ Documentation * Publication: [[http://www.cs.uu.nl/wiki/Visser/GeneralizedTypeBasedDisambiguationOfMetaProgramsWithConcreteObjectSyntax][Generalized Type-Based Disambiguation of Meta Programs with Concrete Object Syntax]] ---++ Download Distributions (tarball, rpm, srpm) of the head revision are created continuously: * %DIST%/java-java-unstable-latest/ The distributions contain the latest of the latest developments, but if you really want to, the latest sources can be checked out using:
  svn checkout %SVNSTRATEGOXT%/java-java/trunk
---++ Project Info ---+++ Issue Tracking We use JIRA to keep track of issues. Please report any issues that you encounter! * %ISSUE%/JJ ---+++ 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 JavaJava 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.cs.uu.nl:12443/repos/StrategoXT/java-java/trunk JavaJava is based on [[StrategoXT][Stratego/XT]], [[JavaFront][Java-front]], and [[TheDryad][Dryad]] ---+++ Team Committers: * [[http://www.cs.uu.nl/people/martin/][Martin Bravenboer]] (lead developer) * [[Main.RobVermaas][Rob Vermaas]] Feedback and bug reports: * [[Main.EelcoVisser][Eelco Visser]] Sponsors: * [[http://www.cs.uu.nl][Department of Information and Computing Sciences, University of Utrecht]] * [[http://www.jacquard.nl/][NWO Jacquard]] project [[http://www.cs.uu.nl/wiki/Trace/WebHome][TraCE]] ---+++ License JavaJava is LGPL (GNU Lesser General Public License) software. ---++ Related Software * [[JavaFront][Java-front]] provides a syntax definition and pretty-printer for Java. * [[TheDryad][Dryad]] is a set of Java compiler components. JavaJava uses Dryad for type checking and disambiguating JavaJava code. * [[JavaBorg][Java-borg]], which is based on Java-front, illustrates how to implement Java extensions.