c6c6d69e734bd38a88f92b444575c3ecfae901b2
blaze lisp
blaze lisp, written in C++20.
Usage
Run the REPL
$ make run
Run mal tests
$ make test0 | less
Download
Clone
$ git clone https://github.com/riyyi/blaze
$ cd blaze
$ git submodule update --init --recursive
Or
$ git clone --recursive https://github.com/riyyi/blaze
Update
$ git pull
$ git submodule update --recursive
Build instructions
$ mkdir build
$ cd build
$ cmake .. && make
Languages
C++
93.3%
CMake
5.7%
C
1%