Commit graph

218 commits

Author SHA1 Message Date
Simon Brooke 6771d6494c
Append works; mapcar doesn't; loop isn't even written. 2021-08-23 12:35:05 +01:00
Simon Brooke c63c262b74
Compact path notation now expands correctly 2021-08-18 18:48:05 +01:00
Simon Brooke 5c6ac7f75d
Making progress on paths! 2021-08-18 13:40:35 +01:00
Simon Brooke b6ae110f66
Hybrid assoc lists 2021-08-18 11:00:47 +01:00
Simon Brooke b0a49fb71d
Restandardised formatting. 2021-08-17 16:37:04 +01:00
Simon Brooke 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
Simon Brooke eadb125b83
Hashmaps now *mostly* work 2021-08-16 23:23:03 +01:00
Simon Brooke 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
Simon Brooke bfd7304da1
Bother. It looks like I'd already fully implemented hashmaps...
May need to back out a whole hill of work.
2021-08-16 15:12:05 +01:00
Simon Brooke 132f5fb268
More work on hashmaps 2021-08-06 00:24:19 +01:00
Simon Brooke 6f54b92d32
check_tag now works for vectorspace as well as consspace tags
All tests except bignum boundary tests still pass.
2021-08-05 23:35:21 +01:00
Simon Brooke 492460f37e
Compiles and tests, but there are still major problems. 2021-08-04 11:16:00 +01:00
Simon Brooke 3f3b596ff0
Added the beginnings of hashmap but does not yet compile. 2021-08-03 15:46:50 +01:00
Simon Brooke 70d176982b
Work on exception handling, especially around ratio arithmetic
Much simplified but will break things!
2021-07-25 17:02:28 +01:00
Simon Brooke d2101dbd47
Started to try to get back into this; work on exceptions and loops. 2021-07-24 08:54:55 +01:00
Simon Brooke 16f78f4077
Print output for lambda and nlambda cells was misleading. 2021-07-19 10:57:22 +01:00
Simon Brooke 8522e50f42
Really shouldn't have the same VERSION in 'develop' as in 'master'! 2021-07-19 09:53:08 +01:00
Simon Brooke 61ff254c98
Merge branch 'feature/all-integers-are-bignums' into develop 2021-07-19 09:50:34 +01:00
Simon Brooke e0f6e0a42a
Added information on command line flags
because picking this up again after five years is HARD!
2021-07-19 09:49:30 +01:00
Simon Brooke baf8d6669d OK, it is BETTER, but not FIXED.
(expt 2 63) goes weirdly wrong - returns T.

Internal representation is correct, so fault is in print.
2019-02-15 18:49:52 +00:00
Simon Brooke 71354d0f86 Woohoo! Actual goddamned progress! Multiply might be working!
Print definitely isn't!
2019-02-15 14:19:41 +00:00
Simon Brooke 3c545a90e8 Merge branch 'develop' into feature/all-integers-are-bignums 2019-02-07 15:47:46 +00:00
Simon Brooke 0732d25156 Merge remote-tracking branch 'origin/develop' into develop 2019-02-07 15:47:13 +00:00
Simon Brooke d5dbc48849 Removed the print_use_colours feature.
More nuisance than help at this stage; removed.
2019-02-07 15:46:28 +00:00
Simon Brooke ae3313ab85 Merge branch 'develop' into feature/all-integers-are-bignums 2019-02-07 15:43:18 +00:00
Simon Brooke 27411689c9 Removed the print_use_colours feature.
More nuisance than help at this stage; removed.
2019-02-07 15:42:01 +00:00
Simon Brooke 93c40b7d27 Merge branch 'feature/time' into develop 2019-02-07 15:32:15 +00:00
Simon Brooke 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
Simon Brooke 0a9d54f97d Merge branch 'develop' into feature/time 2019-02-07 14:29:05 +00:00
Simon Brooke b35eb8f5c7 Unit tests for maps 2019-02-07 14:19:49 +00:00
Simon Brooke 897d5d2670 Map in function position 2019-02-07 13:57:37 +00:00
Simon Brooke 86ccdfa4be Merge branch 'feature/17' into develop 2019-02-07 13:40:43 +00:00
Simon Brooke 3043829745 #17: Fixed 2019-02-07 13:40:34 +00:00
Simon Brooke a0e698db5c Merge branch 'feature/8' into develop 2019-02-07 10:28:33 +00:00
Simon Brooke e35bc643a7 Ignore unit test detritus 2019-02-07 10:28:20 +00:00
Simon Brooke 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
Simon Brooke 0687b0baeb #8: Buggy, but a lot of it works. 2019-02-06 11:17:31 +00:00
Simon Brooke b6958bbf65 #8: compiles, but most tests fail. 2019-02-05 13:46:46 +00:00
Simon Brooke e7ef82d23f #8: keywords as functions on associations working 2019-02-05 11:02:04 +00:00
Simon Brooke 2bebee6002 #8: Bare bones 2019-02-05 10:27:16 +00:00
Simon Brooke 23e4f0befa A bit of work on time, but it doesn't actually work yet. 2019-02-05 09:59:05 +00:00
Simon Brooke 8cab28f6c8 Proper fix for the junk characters bug. 2019-01-31 22:49:25 +00:00
Simon Brooke 83accb2be4 #13: Fixed 2019-01-31 22:39:32 +00:00
Simon Brooke 0fea9580fa Investigating the junk character problem. 2019-01-31 14:17:29 +00:00
Simon Brooke bd4d655362 Metadata for file streams 2019-01-31 13:24:06 +00:00
Simon Brooke 5e1ec1181a Merge remote-tracking branch 'origin/develop' into develop 2019-01-30 01:26:54 +00:00
Simon Brooke 86319fd1c3 That seems to fix it! 2019-01-30 01:26:41 +00:00
Simon Brooke 45af898f5e That seems to fix it! 2019-01-30 00:39:43 +00:00
Simon Brooke eb49ca4e2d Improvements to URL metadata collection
Still not perfect - some corruption of data.
2019-01-30 00:32:55 +00:00
Simon Brooke 2258b13cc9 Merge branch 'feature/stream-metadata' into develop 2019-01-29 22:36:38 +00:00