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

Add support for arrays. #76

Closed skx closed 5 years ago

skx commented 5 years ago

This pull request will close #75, when complete.

In brief:

The initial four commits were erroneously made on master, and have been pushed to this new branch, which means we lost the history, which is a shame.

skx commented 5 years ago

Happy with the state of this for the moment, but overall test-coverage has dropped.

Will release once we're back where we were.

  frodo ~/go/src/github.com/skx/gobasic $ ./test-coverage 
  95.7%

(Also need an example program, or two.)