summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-23docs: Add AUTHORS fileChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23core: Add trace_fatal() macroChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23core: parser: Parse and emit define directivesChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23defconf: Add data types and value definesChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23conf: Update example configChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23core: lexer: Add copyrightChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23core: parser: Add parser groundworkChloe M.
Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23core: Add support for pointer boxesChloe M.
Pointer boxes are a way to manage memory and have all references released after operation, this way they do not need to be manually managed. Signed-off-by: Chloe M. <chloe@aptel.org>
2026-08-23initial commitChloe M.
There is some work to be done on top of this such as creating a way to manage memory to be freed later without needing to manually manage every pointer. Signed-off-by: Chloe M. <chloe@aptel.org>