mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-06 17:00:11 +10:00
24cfe7f539
By leaving 'null' on the stack, it won't cause stack underflows in a bunch of erroneous situations. This will allow the repl (and other situations) to continue if they want to. I've also fixed some error messages in toy_table.c, which were formatted badly. Closes #162