An open API service indexing awesome lists of open source software.

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

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.