diff options
author | Igor <pashev.igor@gmail.com> | 2010-01-17 21:04:30 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-01-17 21:04:30 +0300 |
commit | 26301f19486c2b09d922e0317b32a5903b91b792 (patch) | |
tree | 2ee627c68f27af13e771f64d9220ee894c7f2c6e /README | |
parent | 480040590d537354528edced47f5c3d9f3909377 (diff) | |
download | brainfuck-26301f19486c2b09d922e0317b32a5903b91b792.tar.gz |
Fixed stack. Added: ; - end of code, # - comment
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |