aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--readme.md3
-rw-r--r--samples/fun/huge.bruijn4
-rw-r--r--samples/fun/quine.bruijn6
3 files changed, 11 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index b521c0f..8b8ad2f 100644
--- a/readme.md
+++ b/readme.md
@@ -145,8 +145,7 @@ The script uses the dependencies `rg`, `jq`, `sed` and `awk`.
You can find more “real world” examples here: [samples](/samples).
You can try these by experimenting in the REPL or by running them as a
-file. You should pipe something into the stdin to receive stdout:
-`cat /dev/null | bruijn test.bruijn` should work for now.
+file.
**Remember** that you need an equal sign between the function name and
its definition if you’re using the REPL.
diff --git a/samples/fun/huge.bruijn b/samples/fun/huge.bruijn
new file mode 100644
index 0000000..2d963ad
--- /dev/null
+++ b/samples/fun/huge.bruijn
@@ -0,0 +1,4 @@
+# "bruijn huge.bruijn"
+# 55 bits inflating to 65536 bits, John Tromp
+
+main [[0 0 0 0 [[0 [[0]] 1]]] [[1 (1 0)]]]
diff --git a/samples/fun/quine.bruijn b/samples/fun/quine.bruijn
new file mode 100644
index 0000000..f1a4f85
--- /dev/null
+++ b/samples/fun/quine.bruijn
@@ -0,0 +1,6 @@
+# "bruijn -b quine.bruijn >quine"
+# "cat quine | bruijn -e quine"
+# compare with "od -t u1 quine"
+# duplicates input, John Tromp
+
+main [0 ([0 0] [[[[[0 3 (2 (4 4) 1)]]]]]) 0]