HuoLanguage / huo

interpreted language written in C
MIT License
212 stars 21 forks source link

Fix returning variables in arrays #31

Closed TheLoneWolfling closed 8 years ago

TheLoneWolfling commented 8 years ago

Fixes #30

TheLoneWolfling commented 8 years ago

Well, kind of.

You may still have a problem in anything else that has scope.

Also, this is slow with large arrays.

There are better ways to do this, but this works for now.

TheLoneWolfling commented 8 years ago

Fixed in master