From b604177ca1e49c134071c7c53d23ff0ebf62edb4 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Sat, 25 Apr 2020 20:08:56 +0200 Subject: [PATCH] include library(pio) and library(charsio) in the description --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52b29734..337b5407 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,12 @@ The modules that ship with Scryer Prolog are also called `time/1` reports the CPU time of a goal. It is useful for measuring the performance of your code. +To read contents of external files, use `phrase_from_file/2` from +[`library(pio)`](src/prolog/lib/pio.pl) to apply a DCG to +file contents. The predicates in +[`library(charsio)`](src/prolog/lib/charsio.pl) are also useful for +parsing. + To use predicates provided by the `lists` library, write: ``` -- 2.54.0