/Reactor-C

A Small-C, subset of C, compiler powered by Java and ASM 4.2

Primary LanguageJava

C式反应堆

Provide path to the asm-all-4.2.jar as this library is a dependency. Therefore:

$ java -cp "bin/:lib/asm-all-4.2.jar" Main -gen tests/your_c_program.c out/Main.class

Note that on Windows platform you needto use ; instead of :.