CCBI: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{implementation|Befunge}} '''CCBI''' is a Befunge interpreter and debugger for Linux and Windows. It aims to be the first befunge interpreter to completely i…')
 
m (→‎External links: Fixed link to the CCBI home page)
 
(2 intermediate revisions by one other user not shown)
Line 1:
{{implementation|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 ==
* [httphttps://usersdeewiant.tkkiki.fi/~mniemenmprojects/befungeccbi/ccbi.html CCBI home page]
* [http://quadium.net/funge/spec98.html Funge-98 final specification]
 
[[Category:Compilers and Interpreters]]

Latest revision as of 22:01, 16 August 2015

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