A little experiment in interpreters and JIT compilation
| src | ||
| tests | ||
| .drone.yml | ||
| .gitignore | ||
| bootstrap | ||
| configure.ac | ||
| LICENSE | ||
| Makefile.am | ||
| README.md | ||
Jitters
This is a small experiment in writing a JIT-compiled calculator. It can pretty-print, evaluate the AST, compile to assembly, or JIT compile and interpret the input expression.
Building
./bootstrap # Also launches configure
make
How to use
To show the different options, use:
./jitters --help
Once launched, you can write your expression in it's standard input.