optimizations up to section 5.7.

This commit is contained in:
Mark Thom
2017-03-23 01:06:06 -06:00
parent 9362aa6af3
commit e1cc5ecfd6
7 changed files with 58 additions and 24 deletions

View File

@@ -11,8 +11,8 @@ pure Prolog.
Pure Prolog is implemented as a simple REPL. "Pure Prolog" is Prolog
without cut, meta- or extra-logical operators, or side effects of any
kind. In terms of the tutorial pacing, the work has progressed to the
to the end of section 5.3, skipping past 5.4. Atoms and lists
are the only two data types currently supported.
to the end of section 5.6, skipping past 5.4. Atoms and lists are the
only two data types currently supported.
## Tutorial
To enter a multi-clause predicate, the brackets ":{" and "}:" are used