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