cqcallaw / newt

The newt programming language
GNU General Public License v3.0
12 stars 2 forks source link

Handle memory allocation errors #63

Open cqcallaw opened 8 years ago

cqcallaw commented 8 years ago

The runtime does not currently handle memory allocation errors when (for example) a recursion fails to terminate.