From e3cb0f8facec3723a8e0f6f245c7688cf3da8804 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 23 Sep 2021 19:05:07 +0200 Subject: cc - proper Pratt parsing of expressions - fixed some register saving around divs and muls --- miniany/TODOS | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 miniany/TODOS (limited to 'miniany/TODOS') diff --git a/miniany/TODOS b/miniany/TODOS deleted file mode 100644 index 07a0c81..0000000 --- a/miniany/TODOS +++ /dev/null @@ -1,8 +0,0 @@ -- c4 - - global char array declarations - - void parameter -- avoid inline assembler, have more a inline bytecode adder - explicit opcodes, e.g. nop -> .byte 0x90 - - - -- cgit v1.2.3-54-g00ecf