List extension packs
/data/config-enabled
/swish
/swish/lib
/swish/lib/plugin
/swish/lib/render
/swish/pack/profile/prolog
/swish/pack/profile/prolog/profile/backend
/swish/pack/sCASP/prolog
/swish/pack/sCASP/prolog/scasp
/swish/pack/sCASP/prolog/scasp/clp
/swish/pack/sCASP/prolog/scasp/lang
/swish/pack/smtp/prolog
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/clp/clpq
/usr/lib/swipl/library/clp/clpqr
/usr/lib/swipl/library/clp/clpr
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/usr/lib/swipl/library/dialect/swi
/usr/lib/swipl/library/http
/usr/lib/swipl/library/lynx
/usr/lib/swipl/library/pldoc
/usr/lib/swipl/library/semweb
pengine://0769e0c0-0eb6-409a-8fa4-70ca900d4d93
pengine://23431bdf-c61c-44ce-8265-c5391c005e8e
pengine://27dd922d-1079-4bca-8da1-439a845dbb5b
pengine://4af17bba-c5b6-4938-bc29-c928c2cc083b
pengine://70d7592a-4c67-452a-8193-b664b65e454d
pengine://7c796e01-3398-4463-ba00-4585e2418dac
pengine://845da23e-6420-481b-a21d-d4f559494e6b
pengine://846aded6-04db-4600-bea1-04d3dec6112d
pengine://8b0400ce-9fed-4f78-bdaa-9169c5400871
pengine://a5ae005f-b7f5-4df5-95eb-ff3907029a86
pengine://aa2ca0d5-c3ff-4a06-920b-132db05d0eb2
pengine://b52fea2e-6c5a-4db9-b0c0-c2eff11e764a
pengine://bdc81af1-e660-45e0-9f50-e82a4da1ff78
pengine://f1f21124-54a8-4f54-abfd-134c769f6925
/usr/lib/swipl/library/dcg/basics.pl
All
Application
Manual
Name
Summary
Help
library
dcg
basics.pl -- Various general DCG utilities
string_without//2
string//1
blanks//0
blank//0
nonblanks//1
nonblank//1
blanks_to_nl//0
whites//0
white//0
alpha_to_lower//1
digits//1
digit//1
integer//1
float//1
number//1
xinteger//1
xdigit//1
xdigits//1
eol//0
eos//0
remainder//1
prolog_var_name//1
atom//1
high_order.pl -- High order grammar operations
eos
//
Matches end-of-input. The implementation behaves as the following portable implementation:
eos --> call(eos_). eos_([], []).
To be done
- This is a difficult concept and violates the
context free
property of DCGs. Explain the exact problems.