Skip to content

an Interpreter for Brainf*ck (Turing tar-pit Language), implemented using Bison, Flex and GCC.

License

Notifications You must be signed in to change notification settings

AlyShmahell/BrainFvck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainFvck

an Interpreter for Brainf*ck (Turing tar-pit Language), implemented using Bison, Flex and GCC.

Installation

  • on Ubuntu (18.04):

    sudo pip3 install git+https://github.com/AlyShmahell/brainfvck

Running

with stdin

brainfvck

with file input

brainfvck <file_name>

Sample Programs

Hello World

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

or

+[+[<<<+>>>>]+<-<-<<<+<++]<<.<++.<++..+++.<<++.<---.>>.>.+++.------.>-.>>--.

About

an Interpreter for Brainf*ck (Turing tar-pit Language), implemented using Bison, Flex and GCC.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published