/inc

An incremental approach to compiler construction

Primary LanguageScheme

An incremental scheme compiler Build Status Docker Repository on Quay

A tiny scheme to x86 asm compiler developed incrementally as described in the paper An Incremental Approach to Compiler Construction by Abdulaziz Ghuloum.

The code is tested with Chez Scheme 9.5.

NOTE: Mac users should stick with Docker for now.

$ make test

The Dockerfile should make it easier to get started.

$ docker build . -t inc
$ docker run -it inc
/inc $ make test