Inc Save

an incremental approach to compiler construction

Project README

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
Open Source Agenda is not affiliated with "Inc" Project. README Source: namin/inc
Stars
891
Open Issues
1
Last Commit
4 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating