Skip to content

AlexBoyle/BrainF-ckInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainF-ckInterpreter WIP

My attempt at writing an interpreter for BrainF*ck

Using this tool

  • If you want to use this tool you will have to compile it yourself rn (make file is included)
    • Compiles with the command make
  • To use this tool as a command line interpreter just run the executable bf and you should ge the prompt brainf*ck>
  • To run a file just run bf {file path}

Comments

  • Command line tape's length is 1000
  • Memory is 1000 unsigned chars
  • The pointer starts at the 5th cell
  • This tool reads from stdin and prints to stdout

Screenshots


About

BrainF*ck interpreter written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published