List Question
20 TechQA 2023-12-04T02:16:30.727000Not fully understanding Prolog parsers. Why does this return false instead of true?
108 views
Asked by Jjenn
Writing a DCG containing same string reversed
210 views
Asked by vinicio
Fibonacci using DCG
276 views
Asked by ggplot2
Sliding window method for pattern recognition in SWI-Prolog
308 views
Asked by René Chenard
How i can use DFS with a final state automata in Prolog?
60 views
Asked by MehmetG
Termination of prolog query using using dcgs
78 views
Asked by Edgar
Capture matching substrings from a DCG
267 views
Asked by hakank
How to check how many elements you've already consumed in Prolog DCGs
163 views
Asked by SuperDisk
Free of context grammar in prolog - example
113 views
Asked by Selene Melo
How to replace a sequence of tokens in a DCG grammar in Prolog?
117 views
Asked by Claude COULOMBE
Match anything except if a negative rule matches
115 views
Asked by eguneys
run length encoding using DCGs
107 views
Asked by madeofmistake
SWI Prolog PIO DCGs can't deal with null bytes
76 views
Asked by SuperDisk
DCG chain from facts, including "not seen before" condition
70 views
Asked by TessellatingHeckler
Why do I need to duplicate my Prolog predicates in order to make my program work?
67 views
Asked by Kingfisher
How to deal with [a,b|c] format lists?
121 views
Asked by TheWorstHaskellProger
Left associative evaluation of a right recursive grammar in Prolog
154 views
Asked by tmagnusson
How to program in Prolog a function that does operations on lists
149 views
Asked by Nobody
Use expand_term/2 with file for dcg translation
79 views
Asked by Chr
How to code a prolog program that does some operations on list
199 views
Asked by Nobody