git @ Cat's Eye Technologies Robin / 5721d4a
Update README. Chris Pressey 5 years ago
1 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
105105 discards from Scheme is its jargony terminology: no `cdr`, no `cons`,
106106 no `lambda`.
107107
108 For a full description of the Robin language, see
109 [the Robin specification document](doc/Robin.md).
110
108111 Repository Layout
109112 -----------------
110113
114 * appliances/ — test appliances for the literate test suite.
111115 * 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
112119 * src/ — Haskell source for reference interpreter.
113 * [doc/](doc/README.md) — Tutorial, specification, rationale, etc.
114120 * stdlib/ — normative definitions of standard library symbols.
115121 * [HISTORY.md](HISTORY.md) — history of this distribution.
116122 * [TODO.md](TODO.md) — plans.