Skip to content

liquidkarma/node-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node cli wrapper around lisp implementation from synapticfailure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages