/BrainFuckPlus

Extension for original esoteric language - BrainFuck

Primary LanguageC#MIT LicenseMIT

Brainfuck+

An extended interpreter for original esoteric language - BrainFuck
This extension can also interprete original Brainfuck

Supports user-defined extensions!

Usage

BrainFkPlus.exe [path/to/script]

Namings

Uh... namings...?
I prefer name all scripts lowercase: myprog.bfp
Brainfuck+ supports only files with extension: .b, .bf, .bp, .b+, .bfp and .bf+.

Examples

Check out examples
I prefer name variables as adrX or vrX, but by original code they seems to be cells

Documentation

Check out documentation here
Explains basics of BF and features of BrainFkPlus.Extension

BrainFkPlus.Extension

Check out source code here