skx / gobasic

A BASIC interpreter written in golang.
https://blog.steve.fi/tags/basic/
GNU General Public License v2.0
328 stars 27 forks source link

Allow caller to specify a context #118

Closed skx closed 2 years ago

skx commented 2 years ago

This allows hosts which embed gobasic as a scripting-language to both avoid and detect infinite loops.

This closes #116.