TweeZcodeCompiler / twee_zcode_compiler

compiler project at FU Berlin
MIT License
3 stars 0 forks source link

Optimize expression #117

Closed lhochstetter closed 9 years ago

lhochstetter commented 9 years ago

fairly simplistic expression optimization

tobiasschuelke commented 9 years ago

The optimizeExpression() method is never invoked during the given example. This method is only invoked recursively, but it never gets started

lhochstetter commented 9 years ago

@tobiasschuelke should be fixed now