Skip to content

This is a compiler for codes written in brainfuck language in C++. So if you can run C++, using this, you can compile and execute any brainfuck code as well.

Notifications You must be signed in to change notification settings

Kaizer-13/Brainfuck-Compiler-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compilation Command: g++ -std=c++17 brainfuck_compiler.cpp -o bf

Brainfuck Code execution command: ./bf -f $FILENAME$

Single command for running and execution: g++ -std=c++17 brainfuck_compiler.cpp -o bf && ./bf -f $FILENAME$

NOTE:

  • File must have .bf or .b extension.
  • Brainfuck file must be in the same directory as compiler.

About

This is a compiler for codes written in brainfuck language in C++. So if you can run C++, using this, you can compile and execute any brainfuck code as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published