Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-15 | tmpHEADmaster | Linnnus | |
2025-04-15 | fix(cli): Do proper line allocation for REPL | Linnnus | |
2025-04-15 | refactor(core): Rename sand_{new => get}_std_allocator, void parameters | Linnnus | |
This patch just renames the function for getting a std allocator. This matches the terminology used for the page allocator. There aren't actually any (non-global) resources associated with these allocators so the "get" name makes more sense. It also fixes some (potential) issues with empty parameter specifications in sand_get_std_allocator() and sand_get_page_allocator(). Apparently () is not the same as (void)... | |||
2025-04-15 | feat(core,cli): Add diagnostic handler to SandConfig | Linnnus | |
2025-04-15 | refactor(core): Move SandConfig into own header file | Linnnus | |
2025-04-15 | fix(core): Tokenizer doesn't assume input is NUL-terminated | Linnnus | |
2025-04-15 | feat(cli): More CLI stuff, idk | Linnnus | |
2025-04-15 | feat(core): Add tokenizer | Linnnus | |
2025-04-08 | feat: Initial commit | Linnnus | |
At this point we have some allocation routines but no work on the actual language has been done. |