![]() One of the tests fails at the moment because the specification node has two entries associated with it in the flowgraph. One is the scope-in and one is the scope-out. I think the analysis is currently picking the scope-out node and looking beyond that, where -- surprise, surprise -- the variable is not used again. So I need some easy way of telling the flow analyses which of the two nodes I want to start from, in this case and other ones where I also add two nodes related to the same point in the AST. |
||
---|---|---|
.. | ||
CommonTest.hs | ||
Errors.hs | ||
EvalConstants.hs | ||
EvalLiterals.hs | ||
GenericUtils.hs | ||
Intrinsics.hs | ||
OccamEDSL.hs | ||
Pattern.hs | ||
PrettyShow.hs | ||
ShowCode.hs | ||
TestFramework.hs | ||
TestHarness.hs | ||
TestUtils.hs | ||
TreeUtils.hs | ||
Types.hs | ||
Utils.hs |