Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T18:02:45.000Z (about 9 years ago)
- Last Synced: 2024-04-14T09:49:44.246Z (7 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
![Lithon Logo](https://cloud.githubusercontent.com/assets/92698/9705820/dc58adc4-549f-11e5-8006-22d568472d5a.png)
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