aboutsummaryrefslogtreecommitdiff
path: root/languages/b/bruijn/README.md
diff options
context:
space:
mode:
authorMarvin Borner2025-02-02 19:16:07 +0100
committerMarvin Borner2025-02-02 19:16:07 +0100
commit56b207e50c8fd316a391cc7136676e2c682c06c0 (patch)
treecff0d93d4ab3492bff19e644e6b9fc0cf3cc44cf /languages/b/bruijn/README.md
parent0dc8d37aa15f69440ce392af76435ef9fecd68cd (diff)
Add bruijnHEADmain
Diffstat (limited to 'languages/b/bruijn/README.md')
-rw-r--r--languages/b/bruijn/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/languages/b/bruijn/README.md b/languages/b/bruijn/README.md
new file mode 100644
index 0000000..7b781a8
--- /dev/null
+++ b/languages/b/bruijn/README.md
@@ -0,0 +1,14 @@
+# bruijn
+
+To run, follow the installation instructions on [bruijn's
+wiki](https://bruijn.marvinborner.de/wiki/introduction/installation/)
+and run
+
+``` bash
+# to run main and check the tests!
+bruijn -v lambda-core.bruijn
+```
+
+Further examples can be found in
+[examples](https://bruijn.marvinborner.de/samples/) or in the [standard
+library](https://bruijn.marvinborner.de/std/).