Yeah, a interpreter for it would be fairly simple, if you know how Befunge works.
The first phases of interpreter/compiler construction may be easy. Constructing
a scanner can be done easily using scanner generator, or write it yourself, that
not that hard to. And you can write a parser that evaluate the tokens and run
the instruction if it is legal.
btw, v0id: Nice
