Suloch / chirp

Interpreter in C for rockstar programing language
MIT License
22 stars 5 forks source link

Correct fibonacci bugs #1

Closed palfrey closed 5 years ago

palfrey commented 5 years ago

"benevolent" resolves to 0 (certainly in the Rockstar spec, haven't checked with chirp), and with the "knock the thought down" it ended up being a semi-infinite loop as it tried to resolve every Fibonacci number. This version fixes that.