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

Update our built-ins. #58

Closed skx closed 6 years ago

skx commented 6 years ago

Yet again our builtins are having an overhaul. Specifically I want to make a bunch of changes:

I'm going to have to change the signature of the builtin-function, sadly, which is a breaking change. But only minorly.

Once this pull-request is complete, and merged it will close #56.

skx commented 6 years ago
skx commented 6 years ago

50ish% coverage of the string tests - found some issues relating to unicode. Will merge once travis approves and attack them in the morning.