10 Commits

Author SHA1 Message Date
bbebbe2b02 Add tracing with lol.Tracer in multiple functions.
Introduced `lol.Tracer` for function entry/exit logging across various packages. This improves traceability and debugging of function executions while preserving existing behavior. Removed unused files `doc.go` and `nothing.go` to clean up the repository.
2025-06-29 07:32:24 +01:00
562c7f7225 oopsy back to the actual current repo domain name 2025-04-26 06:40:00 -01:06
fda2f638fb refactor logger so things can actually be moved around easily 2025-04-22 13:14:34 -01:06
ff4df430d9 migrating to realy.mleku.dev
can't extend realy.lol beyond september 2026, wtf
2025-04-10 12:32:52 -01:06
38aa17486a Document interrupt, ints and json 2025-04-03 17:33:44 -01:06
6d4e8aa3b9 revising aliases j, k 2025-02-08 16:15:13 -01:06
a19123a407 make a tag codec and lots of small improvements
the improvements:

- eliminate double definition of marshal/unmarshal interface
- proper single a tag codec using teh codec.JSON interface
- kind constructor using constraints.Integer to make invocations from random integer types easier
- eliminate separate string constructor for arb elements using generics
2025-01-23 21:09:56 -01:06
4d8c83493f add compact database encoding and compression options 2024-12-09 09:58:41 +00:00
e49cf89689 refactor aliases to not be experted 2024-12-01 22:51:44 +00:00
84c29a156d fixed all tests to pass
also pushed up the current state of the new NWC library and JSON parsing helpers
2024-11-28 10:36:35 +00:00