Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dcg

I am trying to create a language a^n b^n-1 c^n-2 using DCG but can't make the succ(0) to handle n

Prolog DCG read from file with separotr

prolog dcg

Prolog palindrome

list prolog palindrome dcg

DCG: Assigning remainder to a variable within DCG {} code

prolog gnu 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