skx / gobasic

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

Implement DATA + READ primitives #48

Closed skx closed 5 years ago

skx commented 5 years ago

Once this pull-request is complete, and merged, we'll have support for the DATA + READ primitives.

This will close #47.

skx commented 5 years ago

Initial implementation complete.

Needs test-cases.