Update README.
Chris Pressey
5 years ago
105 | 105 | discards from Scheme is its jargony terminology: no `cdr`, no `cons`, |
106 | 106 | no `lambda`. |
107 | 107 | |
108 | For a full description of the Robin language, see | |
109 | [the Robin specification document](doc/Robin.md). | |
110 | ||
108 | 111 | Repository Layout |
109 | 112 | ----------------- |
110 | 113 | |
114 | * appliances/ — test appliances for the literate test suite. | |
111 | 115 | * bin/ — driver script, destination for executable when built. |
116 | * demo/ — contains HTML5 document demonstrating build to JS by Haste. | |
117 | * [doc/](doc/README.md) — Tutorial, specification, rationale, etc. | |
118 | * eg/ — example programs written in Robin | |
112 | 119 | * src/ — Haskell source for reference interpreter. |
113 | * [doc/](doc/README.md) — Tutorial, specification, rationale, etc. | |
114 | 120 | * stdlib/ — normative definitions of standard library symbols. |
115 | 121 | * [HISTORY.md](HISTORY.md) — history of this distribution. |
116 | 122 | * [TODO.md](TODO.md) — plans. |