diff --git a/PLAN.Judah b/PLAN.Judah index 2b0a257..c769250 100644 --- a/PLAN.Judah +++ b/PLAN.Judah @@ -3,25 +3,37 @@ Plan: This is what I'm doing day-to-day. / day marker - - completed that day + + completed that day > completed on a later day < decided against on a later day - : notes, future todos, etc. + : notes, todos, etc. + + +/ 09.06.25 + ++ fixed doc generator ++ encoding is now fmt ++ math tests pass after reorg ++ docs look nicer + +: need to reimplement dynamic arrays +: stable arrays too? + / 09.05.25 > cleaned up repo and finally merged everything in, sorry for breaking everything Jesse -- got rid of jc/meta -- had to change how tests work... again -- updated encoding/*.jai -- clearer Expect docs -- cleaned up documentation -- added temp_allocator to context when jc is imported. assumes all modules will import jc which should be a safe bet -- internal/allocators.jai with PanicAllocator -- updated my compiler version to 0.2.017, no changes needed -- error messages now start with 'jc:' -- decided to start using John Carmack-styled plan files to keep track of what I'm working on. would be cool to document the repo as it changes over time. ++ got rid of jc/meta ++ had to change how tests work... again ++ updated encoding/*.jai ++ clearer Expect docs ++ cleaned up documentation ++ added temp_allocator to context when jc is imported. assumes all modules will import jc which should be a safe bet ++ internal/allocators.jai with PanicAllocator ++ updated my compiler version to 0.2.017, no changes needed ++ error messages now start with 'jc:' ++ decided to start using John Carmack-styled plan files to keep track of what I'm working on. would be cool to document the repo as it changes over time. : planning out how I want allocators to work. I want to go big into arenas, but don't want to completely abandon Jai's builtin allocators