From 7941415ea2408a2d91cc458591d4e707ec5d4c39 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Mon, 24 Feb 2014 21:49:18 +0000 Subject: Added more annotation --- bfparse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfparse.c') diff --git a/bfparse.c b/bfparse.c index 2ea57b5..f412c71 100644 --- a/bfparse.c +++ b/bfparse.c @@ -1,3 +1,6 @@ +// This is a brainfuck to C parser. It outputs files that can be directly compiled by a +// C compiler. + // WARNING: THIS PROGRAM PRODUCES CODE THAT ALLOWS UNRESTRICTED MEMORY ACCESS. // USE AT YOUR OWN RISK!!!!!!!!!!!! // This program takes input from stdin and outputs on stdout and stderr (for errors) -- cgit v1.2.3-54-g00ecf