HuoLanguage / huo

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

Don't reference uninitialized variables #14

Closed TheLoneWolfling closed 8 years ago

TheLoneWolfling commented 8 years ago

Malloc does not necessarily fill memory returned with zeroes.

Also, execute tries to check if everything is a keyword, even if it's an AST node that doesn't contain a string.

incrediblesound commented 8 years ago

Excellent, thank you!