commit d673d8fcd2fd479d8cf0a1f6df99686963be73fb parent 9c7b06d68f6a71ff43d1de60953658ca47bbde36 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Wed, 5 Aug 2015 14:51:56 -0400 remove useless TODO for now Diffstat:
| D | lisc/TODO | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/lisc/TODO b/lisc/TODO @@ -1,13 +0,0 @@ -- implement mini-pascal -> ssa -- do naming properly with namespaces -- clean the constants handling (add - support for labelled data, ...) -- add basic support for integer calls -- write a pattern matching compiler - for the instruction selector -- handle various addressing modes - for instructions (how to encode - available modes for instructions?) - -Non pressing: -- rework the hinting in rega