From 26301f19486c2b09d922e0317b32a5903b91b792 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 17 Jan 2010 21:04:30 +0300 Subject: Fixed stack. Added: ; - end of code, # - comment --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index e79272a..7f220c0 100644 --- a/README +++ b/README @@ -18,7 +18,10 @@ Output formats for operator '.': if omitted read stdin Standard operators: <>+-[]., -Extensions: ciuox - change format output (same as -c & others, see above) +Extensions: + ciuox - change format output (same as -c & others, see above) + ; - end of code (usefull when reading stdin) + # - comment to the end of line (usefull when reading files) Example: echo '+++[.-]' | ./brainfuck -- cgit v1.2.3