Mercurial > lcfOS
comparison python/ir/instruction.py @ 264:f8b5da5784b8
Test
author | Windel Bouwman |
---|---|
date | Fri, 09 Aug 2013 16:30:26 +0200 |
parents | ed14e077124c |
children | 9e235f15372b |
comparison
equal
deleted
inserted
replaced
263:c352dec19299 | 264:f8b5da5784b8 |
---|---|
134 | 134 |
135 # Check that variables used are defined earlier: | 135 # Check that variables used are defined earlier: |
136 for u in self.uses: | 136 for u in self.uses: |
137 v = u.val | 137 v = u.val |
138 #assert self.Position > v.Setter.Position | 138 #assert self.Position > v.Setter.Position |
139 | |
140 | |
141 | |
142 | 139 |
143 | 140 |
144 | 141 |
145 # Function calling: | 142 # Function calling: |
146 class Call(Instruction): | 143 class Call(Instruction): |