The NanoProlog package
This package was developed to demonstrate the ideas behind the Prolog language. It contains a very small interpreter (Language.Prolog.Nanoprolog) which can be run on its own. It reads a file with definitions, and then prompts for a goal. All possibe solutions are printed, preceded by a tree showing which rules were applied in which order.
The file royals.pro contains a description of part of the Dutch royal family, whereas the file tc.pro shows unification at work in a very small type inferencer.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.3 |
|---|---|
| Dependencies | base (≥4.0 & <5), containers (0.4.*), ListLike (3.1.*), uu-parsinglib (≥2.7.1 & <2.8) |
| License | BSD3 |
| Author | Doaitse Swierstra, Jurriën Stutterheim |
| Maintainer | Jurriën Stutterheim <j.stutterheim@uu.nl> |
| Stability | Experimental |
| Category | Language |
| Source repository | git clone https://github.com/norm2782/NanoProlog.git |
| Executables | nano-prolog |
| Upload date | Thu Dec 22 10:24:09 UTC 2011 |
| Uploaded by | JurrienStutterheim |
| Built on | ghc-7.2 |
| Distributions | NixOS: 0.3 |
Modules
Downloads
- NanoProlog-0.3.tar.gz (Cabal source package)
- package description (included in the package)