summaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
new file mode 100644
index 0000000..5aea697
--- /dev/null
+++ b/examples/README.md
@@ -0,0 +1,11 @@
+# Sifter and TSLang Examples
+This directory contains a number of examples demonstrating the use of TSLang in
+general and Sifter in particular.
+
+- `turing_machine/` demonstrates the use of `TSLang` rules to simulate a simple
+ Turing machine.
+- `letter_analogy/` shows how to use `mapper` to solve a simple letter analogy
+ of the form `abc->bcd`, `lmn->mno`, `def->?`.
+- `program_analysis/` shows how to use `mapper` to solve a number of different
+ analogy problems involving source code. In particular, it contains the demos
+ discussed in our Onward! 2020 paper.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback