ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

commit 8370e7cd1c901c76e0fca560e8f7622d972d9359
parent 76bf8fafa4fa760fbe7c5ecf65ef60c753a1b7a9
Author: citbl <citbl@citbl.org>
Date:   Thu, 25 Jun 2026 17:19:55 +1000

minor

Diffstat:
MTODO | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO @@ -1,4 +1,4 @@ -@next +next [x] variables, string first, so that we can print its content; [x] conditionals (basic) @@ -19,14 +19,15 @@ [ ] typer [ ] matcher -@later +later [-] implement all or most of C's into libgccjit [-] ARC memory management, new keyword. [ ] Instantiating anything should initialise it [ ] instantiating anything in a loop should be a warning (store curr_loop in ctx) [ ] when as a post-fixed of a statement -@cruft + +cruft [x] redo arguments as list and not linked list, handle in parse and in gen (2 places in gen?) [x] get rid of count_args and search for 'argc'