CCBI: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(+category)
Line 5: Line 5:
* [http://users.tkk.fi/~mniemenm/befunge/ccbi.html CCBI home page]
* [http://users.tkk.fi/~mniemenm/befunge/ccbi.html CCBI home page]
* [http://quadium.net/funge/spec98.html Funge-98 final specification]
* [http://quadium.net/funge/spec98.html Funge-98 final specification]

[[Category:Compilers and Interpreters]]

Revision as of 20:00, 27 May 2010

CCBI is an implementation of Befunge. Other implementations of Befunge.

CCBI, the Conforming Concurrent Befunge-98 Interpreter is a Befunge interpreter and debugger for Linux and Windows. It aims to be the first befunge interpreter to completely implement the Funge-98 final specification.

External links