summaryrefslogtreecommitdiff
path: root/miniany/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-23 19:05:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-23 19:05:07 +0200
commite3cb0f8facec3723a8e0f6f245c7688cf3da8804 (patch)
treecbe87dfa8baebcb7a6616ff4b13c43ceb462d5a7 /miniany/TODOS
parent1d4b293aea9a1c595634e95675299805ee8fde0c (diff)
downloadcompilertests-e3cb0f8facec3723a8e0f6f245c7688cf3da8804.tar.gz
compilertests-e3cb0f8facec3723a8e0f6f245c7688cf3da8804.tar.bz2
cc
- proper Pratt parsing of expressions - fixed some register saving around divs and muls
Diffstat (limited to 'miniany/TODOS')
-rw-r--r--miniany/TODOS8
1 files changed, 0 insertions, 8 deletions
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
-
-
-