Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Whothm/
- Merge pull request #2 from catseye/develop-2023 Chris Pressey (commit: GitHub) 2 months ago
- Convert EOLs from CRs to LFs on this text file. Chris Pressey 2 months ago
- Add updated links to README. Chris Pressey 2 months ago
- Move CSS to HTML file Chris Pressey 2 months ago
- Update license (copyright year and make detectable by GitHub.) Chris Pressey 2 months ago
- Add test script. Chris Pressey 2 months ago
- Add driver script for Lua implementation of Whothm. Chris Pressey 2 months ago
- Merge branch 'implement-in-lua' into develop-2023 Chris Pressey 2 months ago
- Add README for Lua implementation. Chris Pressey 2 months ago
- Repository cleanups. Chris Pressey 2 months ago
- An off-by-one error is all that it was. Chris Pressey 2 months ago
- Add comment Chris Pressey 2 months ago
- More debugging. The plot thickens. Chris Pressey 2 months ago
- Use ipairs() for iterating commands, as it's deterministic. Chris Pressey 2 months ago
- Proper Lua array idiom (1-based) is much faster. Chris Pressey 2 months ago
- Weird that machine.run() seems quite slow under Fengari. Chris Pressey 2 months ago
- Add debug facility, command-line driver, example source. Debug. Chris Pressey 2 months ago
- Get something to show up on the HTML5 canvas. Chris Pressey 2 months ago
- Stumbling towards interop Chris Pressey 2 months ago
- Add render_to_canvas() method and mock how it could be used. Chris Pressey 2 months ago
- Refactor the launcher. Chris Pressey 2 months ago
- Show that we can run the code in an HTML page using Fengari. Chris Pressey 3 months ago
- Checkpoint implementing commands. Chris Pressey 3 months ago
- Get parser up to parity. Chris Pressey 3 months ago
- Untested implementation of parse_command(). Chris Pressey 3 months ago
- Implement parse_decl(). Chris Pressey 3 months ago
- Beginnings of parser proper. Chris Pressey 3 months ago
- Knock scanner into shape. Chris Pressey 3 months ago
- Minimally advance the maturity level of the Scanner class. Chris Pressey 3 months ago
- Beginnings of an implementation of Whothm in Lua. Chris Pressey 3 months ago