View Single Post
Old Jul 20th, 2006, 12:45 PM   #43
mikaoj
Programmer
 
mikaoj's Avatar
 
Join Date: Aug 2005
Location: Norway
Posts: 56
Rep Power: 0 mikaoj is an unknown quantity at this point
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
__________________
Heh.
mikaoj is offline   Reply With Quote