aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIgor <pashev.igor@gmail.com>2010-01-20 22:49:40 +0300
committerIgor <pashev.igor@gmail.com>2010-01-20 22:49:40 +0300
commit85f635bf6c0e19bc984dfb8576165e7f527bb2bf (patch)
treeb85042e4d2352bba5b6dbccf2e26b849b4cd48a4 /README
parentde84782edc12c5abe3277d0f162e28fa0033c7d7 (diff)
downloadbrainfuck-85f635bf6c0e19bc984dfb8576165e7f527bb2bf.tar.gz
Basic, non-optimizing compiler
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index f7de6a6..dad62b2 100644
--- a/README
+++ b/README
@@ -8,8 +8,9 @@ All data cells are zeros initially
Options (defaults are in brackets):
-s num stack size (128)
- -d num data size (30000)
+ -d num data size (1024)
-t trace execution for debugging
+ -C translate into C (to stdout)
Formats for operators '.' and ',' (output and input):
-c, -i, -u, -o, -x char, signed int, unsigned int, octal, hexadecimal