From 837c46ca813da15d57cf65273da03de9ccbe548c Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 30 Jul 2015 09:00:24 -0400 Subject: add TODO --- lisc/TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lisc/TODO (limited to 'lisc/TODO') diff --git a/lisc/TODO b/lisc/TODO new file mode 100644 index 0000000..c22d18c --- /dev/null +++ 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 -- cgit 1.4.1