- Documentation
- Reference manual
- Summary
- Library predicates
- library(aggregate)
- library(ansi_term)
- library(apply)
- library(assoc)
- library(broadcast)
- library(charsio)
- library(check)
- library(clpb)
- library(clpfd)
- library(clpqr)
- library(csv)
- library(dcgbasics)
- library(dcghighorder)
- library(debug)
- library(dicts)
- library(error)
- library(explain)
- library(help)
- library(intercept)
- library(summaries.d/intercept.tex)
- library(iostream)
- library(summaries.d/iostream.tex)
- library(listing)
- library(lists)
- library(main)
- library(occurs)
- library(option)
- library(optparse)
- library(ordsets)
- library(persistency)
- library(predicate_options)
- library(prologjiti)
- library(prologpack)
- library(prologxref)
- library(pairs)
- library(pio)
- library(random)
- library(readutil)
- library(record)
- library(registry)
- library(settings)
- library(simplex)
- library(terms)
- library(ugraphs)
- library(url)
- library(www_browser)
- library(solution_sequences)
- library(thread)
- library(thread_pool)
- library(varnumbers)
- library(yall)
- Library predicates
- Summary
- Packages
- Reference manual
F.2.36 library(pio)
F.2.36.1 library(pure_input)
phrase_from_file/2 | Process the content of File using the DCG rule Grammar. |
phrase_from_file/3 | As phrase_from_file/2, providing additional Options. |
phrase_from_stream/2 | Run Grammer against the character codes on Stream. |
stream_to_lazy_list/2 | Create a lazy list representing the character codes in Stream. |
lazy_list_character_count//1 | True when CharCount is the current character count in the Lazy list. |
lazy_list_location//1 | Determine current (error) location in a lazy list. |
syntax_error//1 | Throw the syntax error Error at the current location of the input. |