Skip to content
/ inc Public
forked from jaseemabid/inc

An incremental approach to compiler construction

Notifications You must be signed in to change notification settings

goelankitt/inc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An incremental scheme compiler Build Status

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

About

An incremental approach to compiler construction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 96.4%
  • C 2.4%
  • Makefile 1.2%