Note that there is a Lua implementation now.
Chris Pressey
8 months ago
19 | 19 | At present, it contains: |
20 | 20 | |
21 | 21 | * the specification of the language, in [doc/Wunnel.md][], copied from |
22 | the [Wunnel article][] on the esolangs.org wiki. (Which is in the | |
23 | public domain and was mostly written by me anyway.) | |
24 | * an implementation of Wunnel in HTML5, using [yoob.js][]. | |
22 | the [Wunnel article][] on the esolangs.org wiki (which is in the | |
23 | public domain and was mostly written by me anyway); | |
24 | * an implementation of Wunnel in JavaScript and HTML5, using [yoob.js][]; and | |
25 | * an implementation of Wunnel in Lua. | |
25 | 26 | |
26 | It's all in the public domain; see the file UNLICENSE for more information. | |
27 | It's all in the public domain; see the file [LICENSES/Unlicense.txt][] for more information. | |
27 | 28 | |
28 | 29 | There is also a public-domain implementation of Wunnel in Java included |
29 | 30 | in [the yoob distribution][]. |
32 | 33 | [Wunnel article]: http://esolangs.org/wiki/Wunnel |
33 | 34 | [yoob]: http://catseye.tc/node/yoob |
34 | 35 | [yoob.js]: http://catseye.tc/node/yoob.js |
36 | [LICENSES/Unlicense.txt]: LICENSES/Unlicense.txt | |
35 | 37 | [the yoob distribution]: https://catseye.tc/distribution/yoob_distribution |