Skip to content

Commit 0e95fa1

Browse files
committedJul 18, 2015
Update README.md
1 parent a93c872 commit 0e95fa1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎prolog/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Prolog examples and notes
22

3+
## Simple examples
34
- [`01-basics.pl`](01-basics.pl) -- An introduction to syntax and examples
45
- [`02-math.pl`](02-math.pl) -- Mathematical builtins and `is` construct
56
- [`03-lists.pl`](03-lists.pl) -- Manipulating lists
67
- [`04-hanoi.pl`](04-hanoi.pl) -- Towers of Hanoi
78
- [`05-sort.pl`](05-sort.pl) -- Sorting lists
89
- [`06-backtrack.pl`](06-backtrack.pl) -- Illustrating backtracking
10+
11+
## Using the cut
912
- [`cuts.pl`](cuts.pl) -- Explaining cuts
1013
- [`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

Comments
 (0)
Please sign in to comment.