/bi

This is a Brainfuck interpreter written in PHP which also has support for numeric arguments. For instance, to add ten to the current cell on the data strip, one may write '10+' instead of '++++++++++'. It is fully backward-compatible with standard Brainfuck programs.

Primary LanguagePHP

No issues in this repository yet.