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

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

Closed skx closed 5 years ago

skx commented 5 years ago

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.