shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

Incomplete nested function and handle to nested function implementation #8

Closed shsajjadi closed 2 years ago

shsajjadi commented 3 years ago

Recently Octave has implemented handle to nested functions. Coder implementation of nested function has some bugs:

shsajjadi commented 3 years ago

That was my wrong understanding of handle to nested functions. I made an extended changeset through this commit. Moreover the new changeset solves exponentiation code bloat due to increase in nesting level.