|
|
99d4794f3b
|
Upversioned the C source tree to '0.0.7-SNAPSHOT', but proposing to start experimental
work towards 0.1.0 in separate source trees.
|
2026-03-19 13:59:06 +00:00 |
|
|
|
bcb227a5f9
|
Still not working, but I have increasing confidence I'm on the right track.
|
2026-02-28 18:09:48 +00:00 |
|
|
|
a1c377bc7c
|
Established intern bug is in getting, not setting; improved exceptions.
|
2026-02-28 15:15:42 +00:00 |
|
|
|
1900bca706
|
Very, very nearly ready for 0.0.6. Too tired to press the burron tonight.
|
2026-02-27 02:43:21 +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 |
|
|
|
d7e0220674
|
Arithmetic equality fixed.
|
2026-02-15 13:30:27 +00:00 |
|
|
|
08a7c4153c
|
Reformatted code; made paths in generated documentation relative.
|
2026-02-14 15:32:59 +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 |
|
|
|
004ff6737c
|
feature-2: allocating cells with count = 1; 7 unit tests (all bignums) fail.
|
2026-02-12 10:17:11 +00:00 |
|
|
|
2b8f31d2ce
|
Paths of #include files
|
2021-09-12 15:03:18 +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 |
|
|
|
70d176982b
|
Work on exception handling, especially around ratio arithmetic
Much simplified but will break things!
|
2021-07-25 17:02:28 +01:00 |
|
|
|
0e11adea1c
|
Compiles, most tests break
|
2019-01-27 17:22:13 +00:00 |
|
|
|
22fa7314d6
|
Mostly fixing and standardising documentation.
|
2019-01-20 20:37:44 +00:00 |
|
|
|
67802a07b8
|
Now successfully reading/printing 2 cell bignums
Something is wrong with n-cell bignums, but let's make haste slowly.
|
2019-01-04 10:40:15 +00:00 |
|
|
|
02fe5669d8
|
Complete reworking of the REPL
which is good in itself, but not what I was meant to be working on.
|
2018-12-30 17:56:15 +00:00 |
|
|
|
489f008044
|
Printing of bignums basically done, not tested.
|
2018-12-29 23:44:28 +00:00 |
|
|
|
342f0308d3
|
The beginning of bignums is in place, tests still pass.
|
2018-12-29 22:30:07 +00:00 |
|
|
|
40e1f3ca64
|
Whitespace only changes
|
2018-12-29 07:40:01 +00:00 |
|
|
|
e52ccce0eb
|
Much progress! Half the unit tests pass.
|
2018-12-28 15:50:37 +00:00 |
|
|
|
75abfb4050
|
Much better debugging, but it still doesn't work
|
2018-12-27 21:37:38 +00:00 |
|
|
|
3d5c27cb10
|
Horribly broken, may have to rethink.
|
2018-12-26 21:10:24 +00:00 |
|
|
|
9937f344dc
|
Major refactoring. Major problems!
On the right path but it doesn't work yet.
|
2018-12-26 20:30:14 +00:00 |
|
|
|
ae8ba67ed7
|
Better exceptions, investigation on failure to read/print wide chars.
|
2018-12-25 15:32:53 +00:00 |
|
|
|
6ee9f9b59a
|
Begun work on bignums; changed integer size to 64 bits
I'm fairly sure the size of a long int on my machines is 64 bit anyway, but for portability it needs to be explicit.
|
2018-12-25 13:18:37 +00:00 |
|
|
|
ad9b1cd7f8
|
Ratio arithmetic separated out into its own files.
|
2018-12-24 21:06:58 +00:00 |
|