bigyihsuan / go-funge98

A Funge-98 interpreter in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-funge98

An implementation of the Funge-98 spec, Befunge-98-flavored in Go.

Implementations Notes

Funge-Space

  • The indexing of the Funge-Space starts at 0,0. TODO?: map to (-x,x)

Stack

  • This implementation uses a single stack.

About

A Funge-98 interpreter in Go


Languages

Language:Go 100.0%