https://svn.lrde.epita.fr/svn/xrm/trunk
Index: ChangeLog from SIGOURE Benoit sigoure.benoit@lrde.epita.fr
Fix the type-checking traversal.
* src/str/type-check.str: Fix the traversal.
type-check.str | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Index: src/str/type-check.str --- src/str/type-check.str (revision 83) +++ src/str/type-check.str (working copy) @@ -33,5 +33,5 @@ check-array-access <+ Module(id, type-check) /* Because label can have array access with undefined identifiers: */ - <+ Command(id, type-check) + <+ Command(id, type-check, type-check) <+ all(type-check)