zigdig
zigdig copied to clipboard
rewrite planning
new constraints:
- bring the code from the stdlib PR back to the repo
- proper library design so its easier to PR back to std
- don't require allocations (how do we solve recursion, though? deserializing label pointers requires recursion, and that means an allocator for the call)