mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Revised documentation section
This commit is contained in:
parent
b1fbdd8765
commit
cfa062b5bc
1 changed files with 3 additions and 3 deletions
|
@ -45,11 +45,11 @@ Getting Started
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
For more information about the Scheme language implemented by Cyclone, see the [R<sup>7</sup>RS Scheme Specification](http://trac.sacrideo.us/wg/wiki).
|
||||
[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).
|
||||
|
||||
The [features](docs/Features.md) page lists the language features currently implemented.
|
||||
[Development](docs/Development.md) contains instructions for hacking on Cyclone.
|
||||
|
||||
The [development](docs/Development.md) page 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.
|
||||
|
||||
References
|
||||
----------
|
||||
|
|
Loading…
Add table
Reference in a new issue