HuoLanguage / huo

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

Finish adding dynamic allocation #41

Closed TheLoneWolfling closed 8 years ago

TheLoneWolfling commented 8 years ago

Now arrays / the AST nodes / etc are all variable-length as necessary.

Next step: don't reallocate so often.