From 1a4e76e62fe78b8815e9b90da4946d59191698fc Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Thu, 21 Sep 2023 07:46:34 +0200 Subject: [PATCH] Add example file. --- bfpcompiler/test.bf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bfpcompiler/test.bf diff --git a/bfpcompiler/test.bf b/bfpcompiler/test.bf new file mode 100644 index 0000000..9e9a718 --- /dev/null +++ b/bfpcompiler/test.bf @@ -0,0 +1,5 @@ +,>,< read two operands; return to cell zero +> move to cell to add +[ <+>- ] move cell to cell zero +. print result +[] endless loop