[SCM] Lisaac compiler branch, mildred-backend, updated. lisaac-0.12-434-g3ee9ebf

Mildred Ki'Lya silkensedai at online.fr
Fri Aug 7 12:08:55 UTC 2009


The following commit has been merged in the mildred-backend branch:
commit 3ee9ebfc3bcdfc4291301e7537efe8cb786e3ad6
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Fri Aug 7 13:05:21 2009 +0200

    update TODO

diff --git a/TODO b/TODO
index 3f0db71..af51343 100644
--- a/TODO
+++ b/TODO
@@ -9,5 +9,20 @@
 
 [Mildred]
 
- * fix lip grammar so we can chain calls like:
-   prj := PROJECT.create("STD").load("prj.lip");
+ *  fix lip grammar so we can chain calls like:
+      prj := PROJECT.create("STD").load("prj.lip");
+
+ *  In TYPE_FULL, the slot is_default_strict:
+        (flag & default_expanded_bit) != 0
+    I think it should be instead:
+        (flag & default_strict_bit  ) != 0
+
+ *  Move to backend:
+    - ITM_WRITE_CAST
+    - ITM_WRITE_VALUE
+    - ITM_WRITE_CODE
+    - WRITE_SLOT
+    - WRITE_LOCAL
+    - WRITE_GLOBAL
+    - expressions (find src -name "*.li" | xargs grep -n parent | grep EXPR)
+

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list