Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 260 Bytes

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 :.