资 源 简 介
Compiler and virtual machine for the KimL programming language, written in C++.
Please see Information for the detailed syntax and code examples.
Changes in version 2.0
The KimL compiler is now capable of producing executable file.
The application includes kiml and kimln. kiml is the full compiler and virtual machine. kimln is a core virtual machine which kiml combines with the compiled bytecode to make an executable file.
To build `kiml`, define the `_FULLPROGRAM` macro.
kiml can still produce a normal kc file as in version 1.0.