TODO.md (456B)
1 @next 2 3 - variables, string first, so that we can print its content; 4 - print anything else than a string 5 - call another function from main, that prints something 6 - call another function that prints the passed argument 7 8 @later 9 10 - implement all or most of C's into libgccjit 11 - ARC memory management, new keyword. 12 13 @cruft 14 15 - redo arguments as list and not linked list, handle in parse and in gen (2 places in gen?) 16 17 get rid of count_args and search for 'argc'