gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e59b5cc)
raw | patch | inline | side by side (parent: e59b5cc)
author | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 23 Jan 2014 22:27:00 +0000 (23:27 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 23 Jan 2014 22:27:00 +0000 (23:27 +0100) |
README.txt | patch | blob | history |
diff --git a/README.txt b/README.txt
index 9e832b74abd8a0b1887d670847d68af7ef5b2844..8a524706ff6753efc9cd643eccd50e8fd655dca7 100644 (file)
--- a/README.txt
+++ b/README.txt
MJC2WSL - convert MicroJava Compiled Bytecode to WSL/FermaT
===========================================================
+mjc2wsl is distributed under the GPL licence, for more details check the src
+folder.
+
+
Quick build and test
--------------------
-Running ant in the folder should compile the tool as well
-as the MJ compiler and then do a test - compile all of the
-sample MicroJava codes into MJ bytecode, translate them
-to WSL and then apply the given transformations in MetaWSL
-to the programs.
+Running ant in the folder should compile the tool as well as the MJ compiler
+and then do a test - compile all of the sample MicroJava codes into MJ
+bytecode, translate them to WSL and then apply the given transformations in
+MetaWSL to the programs.
Requirements
Setting the FermaT dir
----------------------
-The ant build script assumes that Fermat is in "C:/fermat3" under
-Windows and "~/fermat3" for everything else (Linux/Mac...).
+The ant build script assumes that Fermat is in "C:/fermat3" under Windows
+and "~/fermat3" for everything else (Linux/Mac...).
-If you need to change this you can rename (or copy) the given
-file "custom.properties.default" to "custom.properties" and
-specify a correct path for your system.
+If you need to change this you can rename (or copy) the given file
+"custom.properties.default" to "custom.properties" and specify a correct
+path for your system.
About MicroJava
---------------
-This is a simple language made by H. Mössenböck for a Compiler
-Construction course. It is not the same as Java Micro Edition
-(JavaME) used on mobile phones.
+This is a simple language made by H. Mössenböck for a Compiler Construction
+course. It is not the same as Java Micro Edition (JavaME) used on mobile
+phones.
More about the course, the language and its VM:
http://www.ssw.uni-linz.ac.at/Misc/CC/
+A functional compiler is distributed in the lib folder for ease of testing
+and evaluating. Check the folder for further details.
+
Contact
-------