Skip to content

Brainfuck-Brainloller interpreters and converters in C and Python.

Notifications You must be signed in to change notification settings

pradeepgopalakrishnan/Brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck/Brainloller:

Requirements:

  • PIL
  • Numpy
  • Matplotlib

Hello World!:

  • A simple Hello World! in BF:
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
  • A Hello World! in BL!

This repo holds

  • BF interpreter in C
  • BF2BL and BL2BF code converters

bfint: BF Interpreter in C:

  • Usage:
./bfint Tests/helloworld.bf
  • Pass BF file as first argument.

BF2BL and BL2BF:

  • Usage: Refer the code.

About

Brainfuck-Brainloller interpreters and converters in C and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published