Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
Maciko84 edited this page Dec 3, 2023 · 4 revisions

Welcome to the BFSharp wiki!

bf# is a extension of brainfuck that adds a few more operators:

included in release:

  • (0) - sets selected index to 0
  • (:) - outputs current index as an number

not included in release:

  • (*) - gets last character from file BrainSharpOutput.dat
  • (#) - appends character from current index to file BrainSharpOutput.dat

Compilation:

to compile use following command:

bf#.exe file.bf bfplus.exe

thats all for now.