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

Improve our test-cases for the builtins. #60

Closed skx closed 5 years ago

skx commented 5 years ago

Now that the builtin-functions have been moved to their own package they're relatively standalone.

The only dependencies they have is the "object" class. Which means I should be able to test them thoroughly without having to mess with tokens, BASIC, or similar.

This pull-request, when complete, will close #59.