aboutsummaryrefslogtreecommitdiffstats
path: root/bfparse.c
diff options
context:
space:
mode:
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)