EgonOlsen71 / basicv2

A Commodore (CBM) BASIC V2 interpreter/compiler written in Java
https://egonolsen71.github.io/basicv2/
The Unlicense
84 stars 15 forks source link

Found a little bug #1

Closed nietoperz809 closed 7 years ago

nietoperz809 commented 7 years ago

Endless loops are unstoppable, e.g. 10 goto 10 Insert at the top of the for loop (Interpreter, line 495) the following code: if (stop) return; Then it will break if someone calls runStop()

👍

EgonOlsen71 commented 7 years ago

Fixed it. However, you are using an outdated version anyway. The Interpreter class is long gone and has been remaned to Basic.