AlexP11223 /
minic
A simple compiler for a C-like programming language to JVM bytecode. Kotlin, ANTLR
53/100 healthLoading repository data…
msiemens / repository
A simple language that compiles to JVM bytecode
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is an educational compiler for a Rust-like language that runs on the JVM. It's based RusTiny, a project that attempts to compile a language like this to x86-64 assembly.
The syntax is based on Rust, but in order to keep the scope managable there are a log of limitations:
bool, char and int data types are supported (although
strings may be implemented later).mut, no borrow checker.Selected from shared topics, language and repository description—not editorial ratings.
AlexP11223 /
A simple compiler for a C-like programming language to JVM bytecode. Kotlin, ANTLR
53/100 health