skx / gobasic

A BASIC interpreter written in golang.

Home Page:https://blog.steve.fi/tags/basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DEF FN + FN

skx opened this issue · comments

These will allow user-definable functions.

Note that this means we essentially have to write eval. We can probably fake it if we create a new interpreter, and tokenizer inside the real one.