Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 224 Bytes

File metadata and controls

16 lines (14 loc) · 224 Bytes

Lisp-language Simple Simulator

Require
  • C++ compiler support C++17
  • Cmake 3.14 or above
  • git
  • Boost library
Build and Run
$ mkdir build
$ cd build
$ cmake ..
$ make -j4
$ ./lisp_simulator