2023-11-05 14:30:24 +01:00
2023-11-05 14:30:24 +01:00
2023-03-18 23:30:51 +01:00
2023-03-18 23:31:20 +01:00
2023-03-18 23:30:51 +01:00
2023-04-30 22:55:34 +02:00
2023-03-23 20:33:50 +01:00
2023-04-30 22:55:34 +02:00
2023-04-07 23:38:41 +02:00

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
S
Description
Make a Lisp
Readme
1.9 MiB
Languages
C++ 96.3%
CMake 3.7%