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 install
You can start an interactive Lisp shell with:
node repl.js
To run a Lisp script, execute:
node ttinylisp.js script.lisp
Run the tests using:
npm test
The project uses Gulp for automation. To start development mode:
gulp
This project is licensed under the MIT License.