qpfiffer / lair

A small Den implementation written in C.
MIT License
19 stars 5 forks source link

Figure out how to avoid stack-related segfaults #6

Open qpfiffer opened 8 years ago

qpfiffer commented 8 years ago

To repro, execute a program like this:

loop iter
  ? = iter 1000000000
    : true
  loop ! + 1 iter 

! loop 0

Watch it crash. Fix this. You should be able to recurse ad inifinitum.