JaCIL 0.7.0.0 is now available for download. This is an alpha release.
This release is a minor update that coincides with the binary presented at my MS defense. Future development can now be opened up to the outside since my MS work is complete!
Please download it at:
http://sourceforge.net/project/showfiles.php?group_id=166087&package_id=188734&release_id=455517
Release notes are available at:
http://sourceforge.net/project/shownotes.php?release_id=455517&group_id=166087
JaCIL 0.6.0.0 is now available for download. This is an alpha release.
Some highlights of the release:
* About 154 instructions are now supported (see release notes for details).
* New major features
- Value type usage and definition.
- Entry point (e.g. main method) translation.
* Numerous bug fixes.
* Numerous additions to the test suite.
This release also contains some example code to help benchmark translation performance on some "real" type of algorithms. Notably, there is an implementation of the MD5 Message Digest and the Blowfish Cipher that successfully translates from C# to JVM with a C# compiler and JaCIL!... read more
JaCIL 0.5.0.0 is now available for download. This is an early release.
Some highlights of the release:
* About 138 instructions are now supported (see release notes for details).
* New features
- Object creation and initialization
- Exception handler support for catch and finally handlers
- Managed pointer support including address load operations and indirection
* Numerous bug fixes.
Please download it at:
http://sourceforge.net/project/showfiles.php?group_id=166087&package_id=188734&release_id=428724... read more
JaCIL 0.4.0.0 is now available for download. This is an early release.
The compiler can now do more instruction translation!.
Some highlights of the release:
* About 110 instructions are now supported (see release notes for details).
- Method invocation (with some caveats)
- Conversion operations
- Static/instance field loading and storing
- Branching, conditional branching, and comparison operations
- Array access and creation... read more
JaCIL 0.3.0.0 is now available for download. This is an early release.
The compiler can now do instruction translation!. Some highlights of the release:
* About 50 instructions are now supported (see release notes for details).
- Local variable loading/storing
- Argument loading/storing
- Arithmetic
- Constant loading
- No-op
- Method return
Please download it at:
http://sourceforge.net/project/showfiles.php?group_id=166087&package_id=188734&release_id=418508... read more
JaCIL 0.2.0.0 is now available for download. This is an early release.
The compiler now supports more structural translation. Some highlights of the release:
* Type definition translation is working.
* Field definition translation is working.
* Method definition translation has a very initial implementation
* jacilc.exe now has a verbosity option.
Please download it at:
http://sourceforge.net/project/showfiles.php?group_id=166087&package_id=188734&release_id=416048
JaCIL 0.1.0.0 is now available for download. This is still a very early release, but the compiler actually does some translating now. Most of the work in this release was getting the API of the compiler framework developed.
The JaCIL Project is has been integrated with SourceForge SVN and has a release of a recent code snapshot of the repository available for download.
Please note that this is pre-alpha source so don't expect much. Check back for more updates as the project continues to be developed.