From 480040590d537354528edced47f5c3d9f3909377 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 17 Jan 2010 18:51:53 +0300 Subject: README --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README b/README index e69de29..e79272a 100644 --- a/README +++ b/README @@ -0,0 +1,24 @@ +./brainfuck: Brainfuck programming language interpreter +See http://en.wikipedia.org/wiki/Brainfuck for more details + +Usage: ./brainfuck [options] [file] + +Size of each data cell is 4 byte(s) + +Options (defaults are in brackets): + -s num stack size (128) + -d num data size (30000) + +Output formats for operator '.': + -c, -i, -u, -o, -x char, signed int, unsigned int, octal, hexadecimal + + -h this help message + + file file to execute, + if omitted read stdin + +Standard operators: <>+-[]., +Extensions: ciuox - change format output (same as -c & others, see above) + +Example: + echo '+++[.-]' | ./brainfuck -- cgit v1.2.3