25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
2 yıl önce | |
---|---|---|
src | 2 yıl önce | |
vendor | 2 yıl önce | |
.clang-format | 2 yıl önce | |
.gitignore | 2 yıl önce | |
.gitmodules | 2 yıl önce | |
CMakeLists.txt | 2 yıl önce | |
LICENSE | 2 yıl önce | |
README.org | 2 yıl önce | |
lib | 2 yıl önce | |
mal | 2 yıl önce | |
tests | 2 yıl önce |
README.org
mal - Make a Lisp
This is an implementation of the Make A Lisp project, done 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