ammarm08 / lisp-interpreter

a minimal Lisp interpreter built for the web with AngularJS

Home Page:http://lisp-angular.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://lisp-angular.herokuapp.com/


Languages

Language:JavaScript 72.1%Language:HTML 26.0%Language:CSS 1.9%