Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

UnethicalBear/BrainFK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrainFK

Open source Brainf**k interpeter using C++. CLI interface included.

CLI Interface Usage:

~$ BF [args]

-h --help

Gives a help menu to explain how to use the system. Optionally, -h / --help [function] returns just the help for that option.

-v --version

returns the version of the system

-s --string

run brainf**k code from a string provided, e.g.

BF --string +--+[>>-<<>>]-

Note that there cannot be any spaces in the code.

-f --file

run brainf**k code from a input file specified, e.g.

BF --file main.bf

will run the contents of the file main.bf .

Download

Either:

  • Download the code and compile for yourself (make sure to see liscneing)
  • Go to the releases section (below about) to find the latest release
  • Go to the releases folder to find a specific version of the compiler

About

BrainF**K interpeter using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages