Revision: 1556 Author: robhamerling Date: Sun Dec 27 06:09:30 2009 Log: README for redistribution of JalV2 compiler
http://code.google.com/p/jallib/source/detail?r=1556 Added: /trunk/compiler/README.JALV2 ======================================= --- /dev/null +++ /trunk/compiler/README.JALV2 Sun Dec 27 06:09:30 2009 @@ -0,0 +1,38 @@ + +This Jallib package contains a redistribution of the JalV2 compiler. + +Executables (binaries): + + * jalv2 : Linux binary + * jalv2.exe : Windows binary + * jalv2ecs.exe : eComStation (OS/2) binary + +Helper, to show how to compile samples: + + * make_sample.bat : batch file to compile a sample under Windows + * make_sample.cmd : batch file to compile a sample under eComStation(OS/2) + * make_sample.sh : batch file to compile a sample under Linux (and other *nix) + +Other files of the original compiler distribution: + + * jalv2.pdf : JalV2 language reference manual (PDF format) + * jalv2.txt : JalV2 language reference manual (plain text) + * jalv2opt.pdf : compiler commandline options (PDF format) + * jalv2opt.txt : compiler commandline options (plain text) + * jalv2pragma.pdf : compiler pragmas (PDF format) + * jalv2pragma.txt : compiler pragmas (plain text) + * LICENSE.txt : license for the JalV2 compiler + * README.JALV2 : this file + * REQUESTS : requested enhancements + +Some files of the original compiler package are not re-distributed, in +particular the device files and the file chipdef.jal because Jallib +contains replacements for these files. + + +Note: These files are not part of jallib, and released under the terms + and conditions of the JalV2 license, see file 'license.txt'. + + +The Jallib team. + -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
