amustafa / BefungeJIT

Just in time interpreter for the Befunge programming language written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BefungeJIT

Just in time interpreter for the Befunge programming language written in python.

##About

Befunge is a stack-based, reflective, esoteric programming language. It differs from conventional languages in that programs are arranged on a two-dimensional grid. "Arrow" instructions direct the control flow to the left, right, up or down, and loops are constructed by sending the control flow in a cycle. (Wikipedia page on Befunge)

To get more information on Befunge, visit the Befunge FAQ at http://web.archive.org/web/20010417044912/http://cantor.res.cmu.edu/bozeman/befunge/beffaq.html or the wikipedia page at http://en.wikipedia.org/wiki/Befunge

##Use To use the interpreter, place your program in a file and then run

./befungeJIT FILENAME

##Why? ... because

About

Just in time interpreter for the Befunge programming language written in python.

License:Apache License 2.0


Languages

Language:Python 98.3%Language:Befunge 1.7%