aboutsummaryrefslogtreecommitdiffstats
path: root/bfparse.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
commit7941415ea2408a2d91cc458591d4e707ec5d4c39 (patch)
treee5455d1a12ab1bffec64a0e67648362133276771 /bfparse.c
parent01f1c8246b7b96b659519f824966c8793053fc75 (diff)
downloadc-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.gz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.xz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.zip
Added more annotation
Diffstat (limited to 'bfparse.c')
-rw-r--r--bfparse.c3
1 files changed, 3 insertions, 0 deletions
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)