https://github.com/spyopensource/compiler
The bytecode compiler for Java OS
https://github.com/spyopensource/compiler
compiler java
Last synced: about 1 year 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T13:43:10.000Z (over 1 year ago)
- Last Synced: 2025-04-25T02:12:28.475Z (about 1 year ago)
- Topics: compiler, java
- Language: Java
- Homepage: http://s55969da3.adsl.online.nl/git/index.html#item/43
- Size: 113 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
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.