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