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

brainfuck compiler with additional operators. (requires GCC)

Notifications You must be signed in to change notification settings

Maciko84/BFSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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