C2j Compiler Versions Save

A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)

v0.0.2

4 years ago

v0.0.2 (August, 20, 2019)

  • Fix a bug in an initial value statement. Code generation remains the same

v0.0.1

4 years ago

v0.0.1 (July 30, 2019)

  • As a learning project
  • Can be interpreted to execute most C or compiled into Java bytecode
  • Toy level, with many features not added, and no optimization