Revisions

This commit is contained in:
Justin Ethier 2015-08-04 17:53:12 -04:00
parent 8265b161f6
commit df6d579601
2 changed files with 4 additions and 4 deletions

View file

@ -45,11 +45,11 @@ Getting Started
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
----------

View file

@ -1,4 +1,4 @@
# Development
# Development Guide
## Building