[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-661-g97d2a45
ontologiae
ontologiae at gmail.com
Sun Nov 21 22:50:03 UTC 2010
The following commit has been merged in the master branch:
commit 97d2a45f47a633032a1e536df9d540d157062e2e
Author: ontologiae <ontologiae at gmail.com>
Date: Sun Nov 21 23:48:52 2010 +0100
Put-to cleaning
diff --git a/src/external/put_to.li b/src/external/put_to.li
index ff9b75b..37c6476 100644
--- a/src/external/put_to.li
+++ b/src/external/put_to.li
@@ -67,15 +67,13 @@ Section Public
);
- make p:POSITION base rec:EXPR index idx:EXPR value v:EXPR <-
- ( + var : VARIABLE;
+ (
position := p;
receiver := rec;
index := idx;
value := v;
//
- var := variable;
- {var != NULL} -? "variable is NULL";
- var.add_write Self;
+ variable.add_write Self;
);
- my_copy:SELF <-
--
Lisaac compiler
More information about the Lisaac-commits
mailing list