Skip to content

🖕ㅤBrainfuck Compiler written in C++

License

Notifications You must be signed in to change notification settings

hitanshu-dhawan/BrainfuckCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Compiler

A simple compiler for Brainfuck programming language.

Well, technically it's an Interpreter 😝

Compile

$ cd BrainfuckCompiler
$ g++ main.cpp -o bfc

Run

$ ./bfc brainfuck_program
$ ./bfc brainfuck_program input_file

There are some sample brainfuck programs in the programs folder.

Releases

No releases published

Packages

No packages published