aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIgor Pashev <pashev@truth.(none)>2010-01-21 14:16:46 +0300
committerIgor Pashev <pashev@truth.(none)>2010-01-21 14:16:46 +0300
commit09b828083bc9e5eafe351e1c6c562fafa06367ed (patch)
tree10a320a333ebdabe2c2ca1e6f6c634f54955e6bf /README
parent85f635bf6c0e19bc984dfb8576165e7f527bb2bf (diff)
downloadbrainfuck-09b828083bc9e5eafe351e1c6c562fafa06367ed.tar.gz
Optimizing compiler
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index dad62b2..8e5fd76 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Options (defaults are in brackets):
-s num stack size (128)
-d num data size (1024)
-t trace execution for debugging
+ -O optimize code
-C translate into C (to stdout)
Formats for operators '.' and ',' (output and input):