Merge pull request #596 from triska/sgml

ADDED: library(sgml), providing load_html/3 to parse HTML documents
This commit is contained in:
Mark Thom
2020-06-19 12:59:06 -03:00
committed by GitHub
5 changed files with 110 additions and 2 deletions

View File

@@ -424,6 +424,9 @@ The modules that ship with Scryer Prolog are also called
Probabilistic predicates and random number generators.
* [`http/http_open`](src/lib/http/http_open.pl) Open a stream to
read answers from web servers. HTTPS is also supported.
* [`sgml`](src/lib/sgml.pl)
`load_html/3` represents HTML documents as Prolog terms
for convenient and efficient reasoning.
* [`sockets`](src/lib/sockets.pl)
Predicates for opening and accepting TCP connections as streams.
TLS negotiation is performed via the option `tls(true)` in