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

Add a "complex" example to the HTTP-server.

skx opened this issue · comments

Occurred to me while I was eating my lunch that we can use our LINE primitive exactly the same way I do in my ePaper hardware project to draw pictures.

We just encode the line-segments to display in DATA-statements, and finish the list with a terminator value of some kind.