Wunnel
Try it online @ catseye.tc | Wiki entry @ esolangs.org | See also: Etcha ∘ Gemooy
This is the reference distribution of Wunnel, an esoteric programming language.
At present, it contains:
- the specification of the language, in doc/Wunnel.md, copied from the 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 JavaScript and HTML5, using yoob.js; and
- an implementation of Wunnel in Lua.
It's all in the public domain; see the file LICENSES/Unlicense.txt for more information.
There is also a public-domain implementation of Wunnel in Java included in the yoob distribution.
Commit History
@master
git clone https://git.catseye.tc/Wunnel/
- Note that there is a Lua implementation now. Chris Pressey 1 year, 10 months ago
- Fix bug in playfield.lua where final character was being dropped. Chris Pressey 1 year, 10 months ago
- Implement I/O. Manual tests OK, unclear why Falderal tests aren't. Chris Pressey 1 year, 10 months ago
- Fix the implementation (I believe). Chris Pressey 1 year, 10 months ago
- Add some debugging, and a nascent test suite, and fix a few things Chris Pressey 1 year, 10 months ago
- Make it even more Wunnel-shaped, not to mention Lua-shaped. Chris Pressey 1 year, 10 months ago
- Make the Lua implementation more Wunnel-shaped. Chris Pressey 1 year, 10 months ago
- Skeleton of Wunnel in Lua which is actually mostly still Etcha. Chris Pressey 1 year, 11 months ago
- Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 1 year, 11 months ago
- Update links in README. Chris Pressey 2 years ago
- Add "See also bar" to README. Chris Pressey 5 years ago
- Merge pull request #2 from catseye/develop-1.0-2018.01 Chris Pressey (commit: GitHub) 8 years ago
- CSS bandaid. Chris Pressey 8 years ago
- Fix HTML things. Chris Pressey 8 years ago
- Use yoob.elementFactory to create the UI. Chris Pressey 8 years ago
- This file has always had more than the controller in it... Chris Pressey 8 years ago
- Fix storageKey. Chris Pressey 8 years ago
- Address the tape with a yoob.Cursor which is displayed in the view. Chris Pressey 8 years ago
- Add a yoob.TapeHTMLView for the tape. Could use a cursor, still. Chris Pressey 8 years ago
- Make the display container a CSS flex container. Chris Pressey 8 years ago
- Update yoob.js. Mostly there but needs a tape view and flex CSS. Chris Pressey 8 years ago
- Move launch code to wunnel-launcher.js; getWunnelControllerClass(). Chris Pressey 8 years ago
- Merge pull request #1 from catseye/make-files-jsonp Chris Pressey (commit: GitHub) 8 years ago
- Add example programs. Read example programs from JSONP file. Chris Pressey 8 years ago
- Added tag 1.0-2015.0108 for changeset 8c668a2ce14e Chris Pressey 10 years ago
- Use yoob.js 0.7-2015.0108. Select initial example source. Chris Pressey 11 years ago
- Update to yoob.js 0.7 (inconsequential.) Chris Pressey 11 years ago
- Import latest yoob.js 0.7-PRE sources. Chris Pressey 11 years ago
- Update yoob.Controller to 0.7-PRE and add "Reset" button. Chris Pressey 11 years ago
- More small cleanups. Chris Pressey 11 years ago