You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
src | 3 years ago | |
tests | 3 years ago | |
.drone.yml | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile.am | 3 years ago | |
README.md | 3 years ago | |
bootstrap | 3 years ago | |
configure.ac | 3 years ago |
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.