Commit graph

17 commits

Author SHA1 Message Date
1900bca706 Very, very nearly ready for 0.0.6. Too tired to press the burron tonight. 2026-02-27 02:43:21 +00:00
b720211b7b Made the string returned by c_type null-character terminated. Fixes #6.
This is probably the wrong fix; probably I should have fixed read_string
so that it did not create null-character terminated strings, but it will
do for now. Probably will revisit.
2026-02-26 21:14:39 +00:00
f21f763f94 Work on documentation. 2026-02-26 12:12:57 +00:00
dd90b84241 Work on documentation 2026-02-26 00:06:19 +00:00
Simon Brooke
8c63272214 Fixed runaway recursion in cond. However, let is still segfaulting, and member
does not work correctly.
2026-02-25 11:17:40 +00:00
62ebaf9819 Added logical operators and, not and or. Closes #3 2026-02-24 01:45:51 +00:00
8df304bc60 Added the start of a new hardware essay. 2026-02-22 11:41:25 +00:00
70376c6529 Careful debugging of the memory leak problem. At this stage,
stack frames for interpreted (but not primitive) functions appear not to be being
reclaimed, and the oblist doesn't seem to be being fully reclaimed.
2026-02-20 19:39:19 +00:00
8629e33f92 Added a flag, simplify to the arg list of make_ratio, so that we can
create ratios which would otherwise somplify to integers, in order to
make ratio arithmetic easier.
2026-02-15 23:47:28 +00:00
169afc9eb4 add_ratio_ratio fixed. 2026-02-15 17:38:54 +00:00
367f002951 Moved state-of-play.md into docs. 2026-02-14 20:00:48 +00:00
08a7c4153c Reformatted code; made paths in generated documentation relative. 2026-02-14 15:32:59 +00:00
7b2deae88c Second pass on fixing up documentation. Still some links not fixed. 2025-07-06 11:13:01 +01:00
a81b8b130a First pass at fixing up wiki links in /docs. 2025-07-06 10:29:55 +01:00
cc534255b5 Transferred all documentation from the Wiki(s) to the /docs directory; not all links
yet fixed up.
2025-07-06 09:43:38 +01:00
5c6ac7f75d
Making progress on paths! 2021-08-18 13:40:35 +01:00
b6ae110f66
Hybrid assoc lists 2021-08-18 11:00:47 +01:00