https://github.com/phase/jlc
Java LLVM Compiler
https://github.com/phase/jlc
Last synced: 12 months ago
JSON representation
Java LLVM Compiler
- Host: GitHub
- URL: https://github.com/phase/jlc
- Owner: phase
- Created: 2016-02-29T02:56:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T03:29:29.000Z (about 10 years ago)
- Last Synced: 2025-01-24T22:31:39.738Z (about 1 year ago)
- Language: Java
- Size: 290 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java LLVM Compiler
Compile Java code to the LLVM.
This will not implement everything in Java,
nor will you be able to convert a pre-existing
project into JLC code without heavy modifications.
The best way to use JLC is to start your program
from scratch.