commit 837c46ca813da15d57cf65273da03de9ccbe548c parent 33b0d919e82bced689de12ba10546e5db33a090c Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Thu, 30 Jul 2015 09:00:24 -0400 add TODO Diffstat:
| A | lisc/TODO | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/lisc/TODO b/lisc/TODO @@ -0,0 +1,13 @@ +- 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