aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-09-14 01:19:32 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-09-14 01:19:32 +0400
commit6047b3835a1b88932ab2140570e75baf7ffbfa3e (patch)
treec89b3f1c5fdc3c779872a57ce18c7896c89b5059 /README
parenta9b032de4614f6725cd8dd8bc1e0fad9a720e999 (diff)
downloadbrainfuck-6047b3835a1b88932ab2140570e75baf7ffbfa3e.tar.gz
Added translator to Cow :-)
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 8e5fd76..98c184a 100644
--- a/README
+++ b/README
@@ -12,6 +12,7 @@ Options (defaults are in brackets):
-t trace execution for debugging
-O optimize code
-C translate into C (to stdout)
+ -p cow translate into Cow (to stdout)
Formats for operators '.' and ',' (output and input):
-c, -i, -u, -o, -x char, signed int, unsigned int, octal, hexadecimal