Skip to content
/ lisp Public

A interpreter for a lisp dialect written in Python.

Notifications You must be signed in to change notification settings

fotcorn/lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An interpreter for a simple Lisp/Scheme like language.
License: MIT

Execute a file:

    python -m lisp example.lisp


Execute all tests:

    python -m lisp.tests


Execute single test:

    python -m unittest lisp.tests.math.MathTestCase.test_plus

Files:
* example.list: Example Code for the last implemented feature
* example2.list: Code examples of everything what should be supported in the future

About

A interpreter for a lisp dialect written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published