This is a small language with compilation to machine code using LLVM.
Type
make
- integer basic math
- definition and calling of functions
- compilation in memory - JIT
Run ./lang and type:
a(x) = { 10 * x; }; a(a(10 + 20) - 1);
| Name | Name | Last commit date | ||
|---|---|---|---|---|