Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 471 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 471 Bytes

NOTE: If you want to run this app, you need to have gcc on your machine!

BF#

BF# is a brainfuck compiler with more characters to work.

how to compile

compile it using regular g++ (im using MinGW on windows)

g++ main.cpp -o BFSharp.exe

Extension

predefined extensions are:

  • .b
  • .bf
  • .bf#
  • .bff

documentation

Documentation is available now on wiki here