include library(pio) and library(charsio) in the description

This commit is contained in:
Markus Triska
2020-04-25 20:08:56 +02:00
parent f27597cab5
commit b604177ca1

View File

@@ -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:
```