29 lines
966 B
Text
29 lines
966 B
Text
Plan:
|
|
|
|
This is what I'm doing day-to-day.
|
|
|
|
/ day marker
|
|
- completed that day
|
|
> completed on a later day
|
|
< decided against on a later day
|
|
: notes, future todos, etc.
|
|
|
|
/ 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.
|
|
|
|
: 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
|
|
|
|
|
|
|