Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 295 Bytes

Hacky Scheme interpreter written in Python.

Copyright martin.trojer@gmail.com

Licened under GPLv3

Very fragile to ill-formed input,

  • will give bizarre runtime errors instead of syntax / parse errors Currently only a subset of the language

Uses PyParsing http://pyparsing.wikispaces.com/