HuoLanguage / huo

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

Change to heap-allocated strings #20

Closed TheLoneWolfling closed 8 years ago

TheLoneWolfling commented 8 years ago

My apologies if this is a bit large. There's no good way to do this incrementally.

incrediblesound commented 8 years ago

Yeah I understand, I tried it myself and got a little overwhelmed. The good thing is that fixing this problem will make the language much more viable. I will review the changes now.

incrediblesound commented 8 years ago

Nice! These changes are pretty clean. Good job!