You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
cmake | 3 months ago | |
example | 2 weeks ago | |
lisp | 3 weeks ago | |
src/blaze | 1 day ago | |
vendor | 2 weeks ago | |
.clang-format | 8 months ago | |
.gitignore | 9 months ago | |
.gitmodules | 9 months ago | |
CMakeLists.txt | 2 weeks ago | |
LICENSE | 9 months ago | |
README.org | 1 month ago | |
compile_commands.json | 2 weeks ago | |
lib | 7 months ago | |
mal | 7 months ago | |
tests | 8 months ago |
README.org
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