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 fuzz-testing for go 1.18+ #117

Closed skx closed 2 years ago

skx commented 2 years ago

We can take advantage of the fuzz-testing which is available in golang 1.18+ to remove the need for external tools.