This commit is contained in:
Justin Ethier 2017-01-09 22:39:49 -05:00
parent 923b168944
commit 603c68f7bf

View file

@ -392,7 +392,7 @@ The interpreter's full implementation is available in the `(scheme eval)` librar
### Compiler Internals ### Compiler Internals
Most of the Cyclone compiler is implemented in Scheme as [a series of libraries](API.md#cyclone-libraries). Most of the Cyclone compiler is implemented in Scheme as [a series of libraries](API.md#api-documentation).
## Scheme Standards ## Scheme Standards