Fixed bug for nested loops.

This commit is contained in:
id101010
2016-11-09 00:15:40 +01:00
parent 52f29e1b1d
commit 4e62be46f7
2 changed files with 22 additions and 4 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/hello.bf"
ARGS="examples/rot13.bf"
all: build run