Skip to content

Brainfuck and deadfish interpreters and example codes

Notifications You must be signed in to change notification settings

ashiqfury/BrainFuck

Repository files navigation

BrainF*ck

How to compile

  • To run brainf*ck program, first compile python interpreter file.

  • Type: python brainfuck.py in the terminal and press Enter

  • Cursor waiting for user's input

  • Type the brainf*ck program.

  • eg. ,[.,] and press Enter

Additional Resources

So, you wanna write a Brainf*ck interpreter?

  • example.df the program used to help explain Deadfish
  • deadfish.py the Deadfish interpreter in Python
  • deadfish.cpp the Deadfish interpreter in C++
  • hello world.df hello world in Deadfish
  • deadfish2.py the adapted version of the Deadfish interpreter in Python
  • deadfish2.cpp the adapted version of the Deadfish interpreter in C++
  • brainfuck.py the Brainfuck interpreter in Python
  • brainfuck.cpp the Brainfuck interpreter in C++
  • hello world.bf hello world in Brainfuck
  • cat.bf the cat program in Brainfuck
  • deadfish.bf the Deadfish interpreter in Brainfuck

About

Brainfuck and deadfish interpreters and example codes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published