A small Lisp interpreter written in JavaScript.
- Simple Lisp interpreter
- REPL (Read-Eval-Print Loop) support
- Lightweight and minimalistic
Ensure you have Node.js installed.
Clone this repository and install dependencies:
git clone <repository-url>
cd ttinylisp-master
npm installYou can start an interactive Lisp shell with:
node repl.jsTo run a Lisp script, execute:
node ttinylisp.js script.lispRun the tests using:
npm testThis project is licensed under the MIT License.