Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 220 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 220 Bytes

cxxlisp

Lisp, which was in C++17, but now trying C++23.

Build

git submodule update --init --recursive

brew install boehmgc
pip3 colored
mkdir build && cd build
cmake ..
make -j install
ctest