mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
WIP - overview
This commit is contained in:
parent
cfa062b5bc
commit
7ac43aa62f
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ In addition, developing [Husk Scheme](http://justinethier.github.io/husk-scheme)
|
||||||
|
|
||||||
TODO: overview of the compilation process
|
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
|
input file => scheme AST => IR's => C-gen => C compiler => exe or obj
|
||||||
|
|
||||||
## Source-to-Source Transformations
|
## Source-to-Source Transformations
|
||||||
|
|
Loading…
Add table
Reference in a new issue