mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Revisions
This commit is contained in:
parent
8265b161f6
commit
df6d579601
2 changed files with 4 additions and 4 deletions
|
@ -45,11 +45,11 @@ Getting Started
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
[Features](docs/Features.md) lists the language features that have been implemented so far. For more information about the Scheme language implemented by Cyclone, see the [R<sup>7</sup>RS Scheme Specification](docs/r7rs.pdf).
|
[Features](docs/Features.md) is a list of the language features implemented so far. For more information about the Scheme language implemented by Cyclone, see the [R<sup>7</sup>RS Scheme Specification](docs/r7rs.pdf).
|
||||||
|
|
||||||
[Development](docs/Development.md) contains instructions for hacking on Cyclone.
|
The [Development Guide](docs/Development.md) contains instructions for hacking on Cyclone.
|
||||||
|
|
||||||
[Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on writing the compiler, and how it works.
|
[Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on how the compiler was written and how it works.
|
||||||
|
|
||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Development
|
# Development Guide
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue