Compiler: more optimisation
Created by: stephanemagnenat
It would be nice for the Aseba compiler to provide the common optimisations done in other compilers, such as common sub-expression elimination, etc. Some of these would be more effective if the language would provide local variables, as discussed in issue #161.