small c++17 stack vm and toy language. it has a lexer, parser, bytecode compiler, interpreter, simple jit bookkeeping, examples, and benchmark files.
cmake -S . -B build
cmake --build build
ctest --test-dir build --output-on-failure
./build/lit examples/hello.lit
./build/lit --dis examples/closures.lit
./build/lit_bench benchmarks/fib.lit