Should text-processing DCGs be written to handle codes or chars? Or both?...
Read MoreWhy do I need to duplicate my Prolog predicates in order to make my program work?...
Read MoreRead a file line by line in Prolog...
Read MoreCalling phrase/2 on a list of grammar rules, rather than a list of atoms...
Read MoreSome doubts about BNF grammars and Prolog's DCG grammars...
Read MoreDefinite clause grammar in Prolog - Or statement...
Read MoreOptional or Repeated Items in Prolog DCG...
Read MoreIs adaptive parsing possible in Prolog?...
Read MoreDifficulties implementing DSL in Prolog from EBNF using DCG...
Read MoreAbout building a list until it meets conditions...
Read MoreHow do I create a DCG rule inverse to another in Prolog?...
Read MoreDCG : zero-or-more, zero-or-one , one-or-more occurrences?...
Read MoreHow do I construct a parse tree from a series of S-expression tokens in Prolog?...
Read MoreHow can I make a time parsing predicate work in both directions?...
Read MoreWhat is the meaning of a double slash `//` after the predicate name in Prolog, appearing in the cont...
Read MoreTwo DCG rules for `(ab)*`. Can it be one?...
Read MoreConcatting a list of strings in Prolog...
Read MoreProlog Insert the number in the list by the tail...
Read MoreImplementing an arithmetic parser in Prolog...
Read MoreInfinite list of terminals – Prolog grammar rules...
Read Morematching patterns in matrix using prolog dcg...
Read MoreProlog - formulas in propositional logic...
Read MoreProlog - DCG parser with input from file...
Read MoreApplying semicontext for passing additional arguments...
Read MoreHow to swap three by three elements in a prolog list?...
Read More