From 85f635bf6c0e19bc984dfb8576165e7f527bb2bf Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 20 Jan 2010 22:49:40 +0300 Subject: Basic, non-optimizing compiler --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3