Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 374 Bytes

File metadata and controls

29 lines (23 loc) · 374 Bytes

A port of the lisp interpreter I did on synapticfailure to run with node.js.

Requirements

commander for cli

npm install commander

Running

REPL

node cli.js

Run test cases

node cli.js -t

Run commands from file

node cli.js -f /path/to/file

Example

node cli.js -f examples/hello.lisp