Change the interpreter interface so as not to depend on leap or pytools.
This changes StateComputed, StepCompleted, and StepFailed to be inner classes of the interpreter. These classes are also made to derive from namedtuple. The unused "number" field of StepCompleted and StepFailed is removed. Bug: #4
Loading