namin / inc

an incremental approach to compiler construction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step-by-step development of a Scheme-to-x86 compiler, based on Abdulaziz Ghuloum's paper, An Incremental Approach to Compiler Construction, and extended draft tutorial, Compilers: Backend to Frontend and Back to Front Again.

The CPS conversion is based on Matt Might's web article, How to compile with continuations.

More on inc

See the src directory.

Docker cheatsheet

  • docker build -t=namin/inc .
  • docker run -i -t namin/inc /bin/bash
  • docker run -it -v $(pwd):/inc-live namin/inc /bin/bash

About

an incremental approach to compiler construction

License:MIT License


Languages

Language:Scheme 84.7%Language:Rust 7.4%Language:C 6.8%Language:Makefile 0.7%Language:Dockerfile 0.3%Language:Shell 0.1%Language:C++ 0.0%