We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93c872 commit 0e95fa1Copy full SHA for 0e95fa1
prolog/README.md
@@ -1,10 +1,16 @@
1
# Prolog examples and notes
2
3
+## Simple examples
4
- [`01-basics.pl`](01-basics.pl) -- An introduction to syntax and examples
5
- [`02-math.pl`](02-math.pl) -- Mathematical builtins and `is` construct
6
- [`03-lists.pl`](03-lists.pl) -- Manipulating lists
7
- [`04-hanoi.pl`](04-hanoi.pl) -- Towers of Hanoi
8
- [`05-sort.pl`](05-sort.pl) -- Sorting lists
9
- [`06-backtrack.pl`](06-backtrack.pl) -- Illustrating backtracking
10
+
11
+## Using the cut
12
- [`cuts.pl`](cuts.pl) -- Explaining cuts
13
- [`jedi.pl`](jedi.pl) -- Cuts and jedis
14
15
+## Larger examples
16
+- [`cek.pl`](cel.pl) -- An implementation of the CEK machine in Prolog
0 commit comments