Skip to content

Releases: MrMyastan/cpp-brainfuck-interpreter

v1.3

30 Nov 17:56
24ba63e
Compare
Choose a tag to compare

Add check to make sure theres a path argument present, refactored to get rid of int signed/unsigned comparison mismatch

v1.2

29 Nov 21:14
49b72de
Compare
Choose a tag to compare

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

26 Nov 21:04
42ed96d
Compare
Choose a tag to compare

Added error message when unable to open file + cell count upped to 30k

v1.0

26 Nov 05:14
d4caa3f
Compare
Choose a tag to compare

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