Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 206 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 206 Bytes

scheme-interpreter

An interpreter for Scheme (a dialect of LISP) which parses and directly evaluates without using tokenization or syntax trees

Usage

// Interpreter repl
node interpreter.js