victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

Error with converting for loop using length() #139

Open Codeguyross opened 5 years ago

Codeguyross commented 5 years ago

smop is failing to parse the following for loop structure when it contains 'length'

for myVar = 2 : length( myArray )