https://github.com/pheuter/lithon
A toy compiler that translates a small subset of Scheme into Python
https://github.com/pheuter/lithon
compiler lisp python scheme toy-compiler
Last synced: 3 months ago
JSON representation
A toy compiler that translates a small subset of Scheme into Python
- Host: GitHub
- URL: https://github.com/pheuter/lithon
- Owner: pheuter
- Created: 2010-10-02T02:08:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T18:02:45.000Z (over 9 years ago)
- Last Synced: 2025-01-16T23:08:54.077Z (4 months ago)
- Topics: compiler, lisp, python, scheme, toy-compiler
- Language: Python
- Homepage: http://pheuter.github.com/Lithon
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lithon

A toy compiler that translates from a small subset of Scheme into Python.
## Requirements
Make sure you have *Python (2.7)* installed on your system as well as the [CodeTalker](http://jaredforsyth.com/projects/codetalker/) library
## UsageTo compile a file: ``./lithon.py tests/factorial.scm``
## HelpWiki to be written soon