https://github.com/nepx/l2j
LLVM to Java compiler in pure Java
https://github.com/nepx/l2j
cross-compiler java jvm llvm-ir
Last synced: 5 months ago
JSON representation
LLVM to Java compiler in pure Java
- Host: GitHub
- URL: https://github.com/nepx/l2j
- Owner: nepx
- Created: 2020-01-12T16:58:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T15:15:45.000Z (about 5 years ago)
- Last Synced: 2024-12-30T06:17:50.220Z (5 months ago)
- Topics: cross-compiler, java, jvm, llvm-ir
- Language: Java
- Homepage:
- Size: 297 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `l2j` LLVM IR-to-Java compiler
`l2j` converts LLVM IR to Java bytecode. It contains a hand-written LLVM parser, a bytecode generator, and a partially-complete C runtime.
## Project status
It is able to parse a Hello World example generated by LLVM, but work on emitting the actual bytecode is ongoing.