Jump to content

Execute Brain****/C: Difference between revisions

m
Fixed syntax highlighting.
(As none of the previous versions were correct I've replaced them completely.)
m (Fixed syntax highlighting.)
 
Line 5:
It is a fairly slow interpreter which is probably able to run [http://esoteric.sange.fi/brainfuck/utils/mandelbrot/mandelbrot.b mandelbrot.b] in about a minute on your machine.
 
<langsyntaxhighlight lang="c">/* This is the Neutron brainfuck interpreter.
* It's rather small and dense, but still readable, more or less.
*
Line 87:
 
return 0;
}</langsyntaxhighlight>
 
This Brain**** interpreter is released into the Public domain or if your prefer the Creative commons CC0 license.
9,487

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.