Fix Markdown.
Chris Pressey
4 years ago
5 | 5 | |
6 | 6 | It contains a document describing Gemooy which shall be considered, |
7 | 7 | in lieu of anything more rigorous, the specification of the language: |
8 | (doc/Gemooy.md)[doc/Gemooy.md]. | |
8 | [doc/Gemooy.md](doc/Gemooy.md). | |
9 | 9 | |
10 | 10 | It contains an implementation of Gemooy in Javascript which shall be |
11 | 11 | considered, in lieu of anything more formal, the reference implementation: |
12 | (src/gemooy.js)[src/gemooy.js]. | |
12 | [src/gemooy.js](src/gemooy.js). | |
13 | 13 | |
14 | 14 | There is also a [Gemooy article on the esowiki](http://esolangs.org/wiki/Gemooy) |
15 | 15 | which contains the description, some example programs, and a |