diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-05 14:51:56 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:30 -0400 |
commit | d673d8fcd2fd479d8cf0a1f6df99686963be73fb (patch) | |
tree | 78455dc2e0dae2f847a9cb680dec5851b73d543c /lisc/TODO | |
parent | 9c7b06d68f6a71ff43d1de60953658ca47bbde36 (diff) | |
download | roux-d673d8fcd2fd479d8cf0a1f6df99686963be73fb.tar.gz |
remove useless TODO for now
Diffstat (limited to 'lisc/TODO')
-rw-r--r-- | lisc/TODO | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lisc/TODO b/lisc/TODO deleted file mode 100644 index c22d18c..0000000 --- a/lisc/TODO +++ /dev/null @@ -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 |