Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spyopensource/compiler
The bytecode compiler for Java OS
https://github.com/spyopensource/compiler
compiler java
Last synced: about 1 month ago
JSON representation
The bytecode compiler for Java OS
- Host: GitHub
- URL: https://github.com/spyopensource/compiler
- Owner: sPyOpenSource
- License: gpl-2.0
- Created: 2019-07-12T12:42:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T17:28:25.000Z (6 months ago)
- Last Synced: 2024-07-13T13:01:02.663Z (6 months ago)
- Topics: compiler, java
- Language: Java
- Homepage: http://s55969da3.adsl.online.nl/git/index.html#item/43
- Size: 16.1 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
Compiler
========This is a part of Java OS project. It compiles the Java Bytecode to native machine code for x86 processor.
Build
-----
Run following command to get the source code:git clone git://s55969da3.adsl.online.nl/jx/compiler.git
This is a NetBean projecct.