Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

## Usage

To compile a file: ``./lithon.py tests/factorial.scm``

## Help

Wiki to be written soon