Implemented a brainfuck object which holds all variables

This commit is contained in:
id101010
2016-11-14 03:00:38 +01:00
parent fc24af9195
commit 58fd208ef9
2 changed files with 87 additions and 61 deletions

View File

@@ -7,7 +7,7 @@ HFILES=$(shell find . -name '*.h')
STYLE=astyle --style=1tbs
RUN=valgrind --leak-check=full
DEBUG=gdb --args
ARGS="examples/rot13.bf"
ARGS="examples/pi.bf"
all: build