Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dcg

What is the meaning of a double slash `//` after the predicate name in Prolog, appearing in the context of DCGs?

prolog dcg

convert prolog input `(a,z,b)` to `[a,z,b]`

prolog dcg

How do I create a DCG rule inverse to another in Prolog?

parsing prolog grammar dcg

Poker Hand in Prolog

prolog dcg

How to write a square bracket in prolog?

Prolog binary list issue

Sliding window method for pattern recognition in SWI-Prolog

Subsequence with a limit

"Returning" a list from a predicate in Prolog

prolog dcg

curly brackets { } in DCG

prolog dcg

DCG doubling a count

Consecutive elements in a list

prolog dcg

prolog,very simple dcg syntax

syntax prolog dcg

Handling prolog context free grammar

Writting grammar in prolog and can't get it to work correctly

prolog grammar dcg

On mixing Prolog coroutining (freeze/2, when/2) and DCG

Converting context-free grammar to pushdown automata in Prolog

prolog dcg

Using list in Prolog DCG

prolog dcg

Asserting and retracting to emulate global variables