riff-lang / riff

The Riff programming language
https://riff.cx
BSD Zero Clause License
23 stars 1 forks source link

Insufficient VM stack overflow checking #38

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago

At the moment, there is only a single check for stack overflow at the very start of the interpreter loop. This obviously doesn't account for values being pushed onto the stack during the loop itself.