Releases: MrMyastan/cpp-brainfuck-interpreter
Releases · MrMyastan/cpp-brainfuck-interpreter
v1.3
Add check to make sure theres a path argument present, refactored to get rid of int signed/unsigned comparison mismatch
v1.2
Improved error handling/debugging; now reports line and column numbers of erroneous commands + handles some extra errors with brackets
THE EXE FOR THIS RELEASE IS BROKEN
v1.1
Added error message when unable to open file + cell count upped to 30k
v1.0
Barebones, it finally works release, limited cell count and still a couple of improvements to make, but it works
specify the brainfuck code file to interpret as the first argument