From 7ac43aa62f4733e78963b5daff2115785910b365 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 4 Aug 2015 01:48:14 -0400 Subject: [PATCH] WIP - overview --- docs/Writing-the-Cyclone-Scheme-Compiler.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler.md b/docs/Writing-the-Cyclone-Scheme-Compiler.md index fa4144bf..be5c47e1 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler.md @@ -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