/go-funge98

A Funge-98 interpreter in Go

Primary LanguageGo

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.