08a7c4153c
Reformatted code; made paths in generated documentation relative.
2026-02-14 15:32:59 +00:00
222368bf64
Stage one clean up of test files. Some unit tests are still creating temporary files in
...
the project root directory, which is still to be fixed; and *I think* known-failing
tests which I don't intend to fix immediately should be marked in some way.
2026-02-14 14:04:41 +00:00
5e6363e6ae
Fixed the horrendous 'unbound symbol nil' bug. Also work on documentation and
...
unit tests.
2026-02-14 11:40:52 +00:00
f6d7fcea1e
Woohoo! Huge decrease in cells not cleaned up, with fixing one stupid bug.
2026-02-13 12:50:02 +00:00
004ff6737c
feature-2: allocating cells with count = 1; 7 unit tests (all bignums) fail.
2026-02-12 10:17:11 +00:00
351ca5bd17
Work on reducing allocation leaks in read_number(). This is now improved, but not yet satisfactory.
2026-02-04 22:57:10 +00:00
e489d02069
Mainly unit tests. 39/45 currently pass; the failures are all in bignum arithmetic and in deallocation.
2026-02-03 21:47:25 +00:00
e41ae1aa8b
OK, big win: the oblist is now a hashmap, and it works. I have clear ideas now
...
about how to implement namespaces. There are probably regressions in this, but
progress nevertheless!
2026-02-03 17:20:55 +00:00
7b2deae88c
Second pass on fixing up documentation. Still some links not fixed.
2025-07-06 11:13:01 +01:00
34ef8cd4c1
Merge branch 'develop' of ssh://git.journeyman.cc:4022/simon/post-scarcity into develop
2025-07-05 14:10:40 +01:00
fa99dd6990
Mainly, work on investigating the bignum arithmetic problem(s).
2025-07-05 09:52:03 +01:00
bef9be4914
Merge branch 'master' into develop
2025-03-14 10:27:30 +00:00
ce1c72973d
Defensive commit before experimenting with code::blocks
2025-03-13 12:47:54 +00:00
cbcced70b2
Just poking around and trying to remember where the problems are.
2023-04-08 11:17:18 +01:00
462c0c69b4
Fixed bug that reading map literal didn't evaluate values.
2021-09-12 15:50:29 +01:00
40e3502247
Standardised format (with make format)
2021-09-12 15:06:05 +01:00
2b8f31d2ce
Paths of #include files
2021-09-12 15:03:18 +01:00
2c96e7c30d
Sanitising debug-printf formats, mostly.
2021-09-12 13:41:27 +01:00
6771d6494c
Append works; mapcar doesn't; loop isn't even written.
2021-08-23 12:35:05 +01:00
c63c262b74
Compact path notation now expands correctly
2021-08-18 18:48:05 +01:00
b0a49fb71d
Restandardised formatting.
2021-08-17 16:37:04 +01:00
93d4bd14a0
Generally, changed working with tags as strings to as values.
...
This seems both cheaper and safer; what's not to like?
2021-08-17 16:09:00 +01:00
eadb125b83
Hashmaps now *mostly* work
2021-08-16 23:23:03 +01:00
4fc9545be8
Hashmaps sort-of work but there are still bugs and one test is failing that wasn't.
2021-08-16 18:55:02 +01:00
70d176982b
Work on exception handling, especially around ratio arithmetic
...
Much simplified but will break things!
2021-07-25 17:02:28 +01:00
16f78f4077
Print output for lambda and nlambda cells was misleading.
2021-07-19 10:57:22 +01:00
71354d0f86
Woohoo! Actual goddamned progress! Multiply might be working!
...
Print definitely isn't!
2019-02-15 14:19:41 +00:00
27411689c9
Removed the print_use_colours feature.
...
More nuisance than help at this stage; removed.
2019-02-07 15:42:01 +00:00
af814d8f03
#time: Fixed
...
Major (unexpected) problem was collision between the name of my header file and that of the system header file!
2019-02-07 15:32:06 +00:00
3043829745
#17 : Fixed
2019-02-07 13:40:34 +00:00
f36436a9e1
#8 : Done
...
I'm now of the opinion that this is done at the wrong level in the stack and needs to be redone later; but it works for now.
There's a regression in `open`, but I can't see why.
2019-02-07 09:22:44 +00:00
0687b0baeb
#8 : Buggy, but a lot of it works.
2019-02-06 11:17:31 +00:00
23e4f0befa
A bit of work on time, but it doesn't actually work yet.
2019-02-05 09:59:05 +00:00
8cab28f6c8
Proper fix for the junk characters bug.
2019-01-31 22:49:25 +00:00
83accb2be4
#13 : Fixed
2019-01-31 22:39:32 +00:00
0fea9580fa
Investigating the junk character problem.
2019-01-31 14:17:29 +00:00
bd4d655362
Metadata for file streams
2019-01-31 13:24:06 +00:00
86319fd1c3
That seems to fix it!
2019-01-30 01:26:41 +00:00
eb49ca4e2d
Improvements to URL metadata collection
...
Still not perfect - some corruption of data.
2019-01-30 00:32:55 +00:00
f9bcac10e7
Fixed, working.
2019-01-29 22:36:20 +00:00
eb394d153f
Setting up medatata works...
...
And the `inspect` function correctly shows it. However, the `metadata` function segfaults.
2019-01-29 18:31:30 +00:00
a640c9dff9
It works!
2019-01-28 18:46:24 +00:00
b15c0e8f89
Tactical commit
2019-01-28 15:02:46 +00:00
8334e2bf1f
Still segfaults on read from URL.
2019-01-28 10:32:34 +00:00
3470f27585
Can now read files from the filesystem.
2019-01-27 18:54:23 +00:00
d9acb277bf
Tests now pass
...
at least, all the ones that did before!
2019-01-27 17:51:28 +00:00
0e11adea1c
Compiles, most tests break
2019-01-27 17:22:13 +00:00
b8f241c2c5
Progress, not working
2019-01-27 12:23:51 +00:00
a355a28ffa
Tactical commit whilst converting to URL_FILE
2019-01-24 19:36:00 +00:00