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

Line end characters and error writer #101

Closed andydotxyz closed 5 years ago

andydotxyz commented 5 years ago

As discussed in #100 this removes the mandatory newline on PRINT. Also adds a StdErr reference so we can print errors through to the user in embedded instances.

skx commented 5 years ago

Looks good, thank-you :)