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

Handle subtraction vs. negative numbers correctly. #121

Closed skx closed 1 year ago

skx commented 1 year ago

Once complete this pull-request will close #120, by correctly differentiating between cases where we're trying to parse either:

The pull-request is in two parts, a failing test-case, and then a commit to hopefully resolve them and the original issue.