Skip to content

StellarClown/Y.A.B.I

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y.A.B.I

Yet Another Brainfuck Interpreter

Instructions for Use

  • Compile the program with the following command:
    mkdir build
    cd build/
    cmake ..
    cmake --build . --config Release
  • Run the program as follows:
    .\build\Release\YABI.exe .\examples\input.bf