Closed arporter closed 8 years ago
We now produce a correct DAG when the parsed tree contains a Mult_Operand
object. However, while doing this I've realised that the code that computes a schedule for the DAG does not account for the cost of any calls to intrinsics - it only considers operators. I've created Issue #10 to tackle this.
pep8 and pylint are fine for the changed src and test files. All changes are covered by the test suite.