Tree @1.0-2018.0122 (Download .tar.gz)
Wunnel
This is the reference distribution of Wunnel, an esoteric programming language.
At present, it contains:
- the specification of the language, copied from Wunnel article on the esolangs.org wiki. (Which is in the public domain and was mostly written by me anyway.)
- an implementation of Wunnel in HTML5, using yoob.js.
It's all in the public domain; see the file UNLICENSE for more information.
There is also a public-domain implementation of Wunnel in Java included in the yoob distribution.
Commit History
@1.0-2018.0122
git clone https://git.catseye.tc/Wunnel/
- Merge pull request #2 from catseye/develop-1.0-2018.01 Chris Pressey (commit: GitHub) 6 years ago
- CSS bandaid. Chris Pressey 6 years ago
- Fix HTML things. Chris Pressey 6 years ago
- Use yoob.elementFactory to create the UI. Chris Pressey 6 years ago
- This file has always had more than the controller in it... Chris Pressey 6 years ago
- Fix storageKey. Chris Pressey 6 years ago
- Address the tape with a yoob.Cursor which is displayed in the view. Chris Pressey 6 years ago
- Add a yoob.TapeHTMLView for the tape. Could use a cursor, still. Chris Pressey 6 years ago
- Make the display container a CSS flex container. Chris Pressey 6 years ago
- Update yoob.js. Mostly there but needs a tape view and flex CSS. Chris Pressey 6 years ago