Skip to content

alexandrelea/Brainfuck-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFI

The program bfi is an interpreter which can edit&run&debug Brainfuck programs.

BF2C

The program bf2c can turn Brainfuck program into C program.

Usage:

bf2c xxx.bf -o xxx.c

You can't exchange arguments' postitions.

If you wan't to make C programs into executable programs and run them, please enter:

cc xxx.c -o xxx
./xxx

You can change xxx into your filename.

External tools: String to brainfuck.

Compile

You can use make to compile all files, but you must seprate the command(there are only 2 files :-).

make bfi
make bf2c

And if you want to copy programs into /usr/bin, you can type

make install

in sudo.

About

A Brainfuck Interpreter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published