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 DEF FN #55

Closed skx closed 5 years ago

skx commented 5 years ago

When this pull-request is complete, and merged, we'll have implemented support for user-defined functions.

This will close #52.

skx commented 5 years ago

I got distracted bumping test-coverage.

Tomorrow morning/evening I'll sort out function definitions and this will be done. No more test-bumping :)