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

DATA inside comments is handled oddly #93

Closed skx closed 5 years ago

skx commented 5 years ago

The following program reports an error:

10 REM DATA READ 

We need to skip comments when processing DATA-tokens.