kscope yet another implementation of the llvm kaleidoscope language getting started First, install or build LLVM 15. Then setup and compile the project: $ cmake -S . -B build -G Ninja [-DLLVM_DIR=/path/to/lib/cmake/llvm ...] $ make build