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

implement XOR #45 #50

Closed u5surf closed 5 years ago

u5surf commented 5 years ago

45

i implement XOR and its tests. please check this PR.

skx commented 5 years ago

That looks perfect, thank-you for your contribution!

(I see you added XOR support to the IF statement. I'm not sure how useful that will be, and it wasn't something I'd thought of. I see no reason to avoid it though :) )