chiark / gitweb /
nimber.git
2025-04-11 Simon TathamGet the package name right, ahem
2025-04-11 Simon TathamTrivially implement subtraction.
2025-04-11 Simon TathamSome tests of multiplication.
2025-04-11 Simon TathamHide some of the boring boilerplate.
2025-04-11 Simon TathamMultiplication passes first test!
2025-04-11 Simon TathamMissing add implementation
2025-04-11 Simon TathamDetermine starting level
2025-04-11 Simon Tathammul_by_h working
2025-04-11 Simon TathamI think that's refs, split and join?
2025-04-11 Simon TathamRestart without the trait system
2025-04-10 Simon TathamAllow converting back into slice references.
2025-04-10 Simon TathamAllow FiniteNimber based on a slice.
2025-04-10 Simon TathamAllow variable-sized FiniteNimber.
2025-04-10 Simon TathamImplement Add, via BitXor on the underlying type.
2025-04-10 Simon TathamStart work on a nimbers library.