Lisp Implementation in C++.
Simple Lisp implementation in C++.
- clang++
- C++ 14
- libedit
- googletest (for testing)
run $ make all
. This should generate a repl
executable.
Execute $ ./repl
.
λ *> ./repl
Lispy version 0.0.0.5
Press Ctrl-C to exit
lispy> (+ 1 1)
2