Skip to content

ammarm08/lisp-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisp Interpreter in JS

A (work in progress) Lisp interpreter for the web.

Alt text

Angular on the front, Node server on the back.

Inspired by Peter Norvig's Python and Mary Rose Cook's JS interpreters.

Plus, Lisp is beautiful.

The sandbox currently only supports evaluation one line at a time (sorry!)

To Do

[X] Tokenizer

[X] Syntax Tree (sorta kinda)

[X] Evaluation of +-*/ operations

[X] Lookup table for available methods

[X] Scope and execution contexts

[X] Variables

[X] Atoms

[X] Lists

[X] Quote

[X] Conditionals

[x] Functions/Lambdas

[] Advanced stuff

About

a minimal Lisp interpreter built for the web with AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published