Filter RSS
Project History

2023-11-13
2023-10-25
01:47
Joypy
[Git] commits were pushed to 'Thun' (current: 961d84173fa3272dfc8dc7c0e93c5479522a1aa0)
Rearrange parser code. It fits on a page now and reads well top-to-bottom.
2023-10-24
08:07
Joypy
[Git] commits were pushed to 'Thun' (current: a6be85c869af5e968dac4e4aaa97bd2d792c7a3b)
Remove underscores from example names. Just for visual effect in the doc.
2023-10-22
12:06
Joypy
[Git] commits were pushed to 'Thun' (current: 26725cefd848d9fc8bd7d85071b6e10afce7d3d7)
Parse errors. Convert error to abort to get the messages picked up by the exception handler.
11:27
Joypy
[Git] commits were pushed to 'Thun' (current: 0a135e0f384d0f7d7868bed6d12b8251b6e66f98)
Runtime type checking for bool. I think I'm going to retire bool in favor of e.g. 0= and null. B...
11:14
Joypy
04:20
Joypy
[Git] commits were pushed to 'Thun' (current: 35a122b2ba0b2703a1cbc52135d1ead281e42c6e)
Runtime type checking for comparison ops. Because we're using Scheme Booleans for Thun Booleans ...
2023-10-21
11:37
Joypy
03:47
Joypy
[Git] commits were pushed to 'Thun' (current: b116c2c98b1fc3b984e98ce29f25955d041b0349)
A start on error reporting. I outfitted `rest` with some error reporting and tried out exception...
2023-10-20
12:55
Joypy
[Git] commits were pushed to 'Thun' (current: d0623508bd2dd85a3cf7f380a102201cfa4ac1d8)
Use Scheme symbols for Thun symbols. It seems more elegant that way, but I haven't tested it to ...
2023-10-16
03:42
Joypy
[Git] commits were pushed to 'Thun' (current: 7f5c1d3086fceebe7b7dab7fb4219e4dcee75427)
Symbols for symbols. This shouldn't work yet, because the parser makes Lisp symbols out of the T...
2023-10-13
23:43
Joypy
2023-10-12