ox

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

commit d9f96b03635c2391947bcd1199f6a4f7576324e7
parent 0866bf069793d4a9f63f801b4bd7a9b5d55b8923
Author: citbl <citbl@citbl.org>
Date:   Mon, 20 Oct 2025 22:26:54 +1000

minor TODO

Diffstat:
ATODO | 18++++++++++++++++++
DTODO.md | 17-----------------
2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,18 @@ +@next + +[x] variables, string first, so that we can print its content; +[-] conditionals +[-] loops +[-] print anything else than a string +[-] call another function from main, that prints something, handle return see todo +[-] call another function that prints the passed argument + +@later + +[-] implement all or most of C's into libgccjit +[-] ARC memory management, new keyword. + +@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' diff --git a/TODO.md b/TODO.md @@ -1,17 +0,0 @@ -@next - -- variables, string first, so that we can print its content; -- print anything else than a string -- call another function from main, that prints something -- call another function that prints the passed argument - -@later - -- implement all or most of C's into libgccjit -- ARC memory management, new keyword. - -@cruft - -- redo arguments as list and not linked list, handle in parse and in gen (2 places in gen?) - -get rid of count_args and search for 'argc'