WIP - overview

This commit is contained in:
Justin Ethier 2015-08-04 01:48:14 -04:00
parent cfa062b5bc
commit 7ac43aa62f

View file

@ -26,6 +26,8 @@ In addition, developing [Husk Scheme](http://justinethier.github.io/husk-scheme)
TODO: overview of the compilation process
Cyclone has a similar architecture to other modern compilers:
input file => scheme AST => IR's => C-gen => C compiler => exe or obj
## Source-to-Source Transformations