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

m
Another link, English
m (Added closure link)
m (Another link, English)
Line 4:
Implement notes:
*NeedNeeds D version 2.007+, because [[closure]] support is required (it should compiledcompile in D1, but will run abnormally if brackets/loop-commandcommands isare in the BF source);.
*Memory is represented by an [[associative array]], so that negative addressaddresses isare allowed, though it is not efficient though;.
*Input and output are in character mode, rather than in numerical;.
*Nesting level is checked during parsing, and if loops/brackets are not matched, an error is threwthrown before executing the codescode.
<d>module rcbf ;
import std.file, std.c.stdio ;
Anonymous user