Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 462 Bytes

Lithon

Lithon Logo

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 library

Usage

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

Help

Wiki to be written soon