Skip to content

Meowcolm024/bfcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfcpp

Simple Brainfuck interpreter in C++.

  • main.cpp is the program entrance
  • repl.h is the repl
  • bf.h is the bf core lib

ISSUES

The program is still buggy (probably related to file reading) ...

And I have no idea why it would happen ...

  • cell.bf is not working QAQ

so ... tons of things not working orz

Build

make clean
make

Run

Start repl:

make run

Run file:

make run ARGS="hello.bf"

About

brainfuck in c++ that FULL OF BUGS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published