Relocated file

This commit is contained in:
Justin Ethier 2015-07-24 21:40:09 -04:00
parent 8f159fc102
commit 61dfdaf8d2
2 changed files with 13 additions and 3 deletions

View file

@ -41,7 +41,7 @@ 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). 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).
The [features](FEATURES.md) page lists the language features currently implemented. The [features](docs/Features.md) page lists the language features currently implemented.
The [development](docs/Development.md) page contains instructions for hacking on Cyclone. The [development](docs/Development.md) page contains instructions for hacking on Cyclone.

View file

@ -1,6 +1,8 @@
TODO: list of features, table of RxRS features (??), etc # Features
R<sup>7</sup>RS Compliance This page summarizes the Scheme language features implemented by Cyclone.
## R<sup>7</sup>RS Compliance
Section | Status | Comments Section | Status | Comments
------- | ------ | --------- ------- | ------ | ---------
@ -36,3 +38,11 @@ Section | Status | Comments
6.12 Environments and evaluation | Partial | 6.12 Environments and evaluation | Partial |
6.13 Input and output | | 6.13 Input and output | |
6.14 System interface | | 6.14 System interface | |
## Cyclone-specific
Cyclone also supports several non-standard features:
- `system`
- `command-line-arguments`
- what else?