Closed skx closed 2 years ago
Consider the following input:
10 GOTO 10
That program will never terminate, and an application which embeds this interpreter cannot catch it either.
Add a SetContext method, or NewWithContext, to allow handling this.
SetContext
NewWithContext
Consider the following input:
That program will never terminate, and an application which embeds this interpreter cannot catch it either.
Add a
SetContext
method, orNewWithContext
, to allow handling this.