mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 04:55:04 +02:00
WIP
This commit is contained in:
parent
ed5f772fe8
commit
432258e079
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ Most of the transformations follow a similar pattern of recursively examining an
|
||||||
((app? exp) (reduce union (map search exp) '()))
|
((app? exp) (reduce union (map search exp) '()))
|
||||||
(else (error "unknown expression: " exp))))
|
(else (error "unknown expression: " exp))))
|
||||||
|
|
||||||
The [Nanopass Framework](https://github.com/nanopass/nanopass-framework-scheme) was created to make it easier to write a compiler using this type of pattern. Unfortunately Nanopass itself is written in R<sup>6</sup>RS and could not be used for this project.
|
The [Nanopass Framework](https://github.com/nanopass/nanopass-framework-scheme) was created to make it easier to write a compiler that makes many small passes over the code. Unfortunately Nanopass itself is written in R<sup>6</sup>RS and could not be used for this project.
|
||||||
|
|
||||||
### Macro Expansion
|
### Macro Expansion
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue