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.
Riyyi
9db041946e
|
1 year ago | |
---|---|---|
cmake | 1 year ago | |
lisp | 1 year ago | |
src | 1 year ago | |
vendor | 2 years ago | |
.clang-format | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
CMakeLists.txt | 1 year ago | |
LICENSE | 2 years ago | |
README.org | 1 year ago | |
lib | 2 years ago | |
mal | 2 years ago | |
tests | 2 years 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