Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dcg

Prolog: Checking if something is the last item in the list?

list prolog dcg

What is the general pattern for creating a dcg for file input?

prolog swi-prolog dcg fasta

How to do a Tree Transfer in prolog for MT

How to convert prolog parse tree back to a logical sentence

parsing prolog declarative dcg

parsing and generating multi-level list structures with DCG

prolog convert numbers into roman numerals

Prolog List. Check if first and last element in list is similar

list prolog dcg

How do Prolog translates DCG rules into definite clauses?

prolog dcg

Custom DCG Operators

prolog dcg meta-predicate

writing context free grammar in prolog

When to use phrase in Prolog?

prolog dcg

Learn Prolog Now! DCG Practice Example

prolog grammar dcg

Remove Ambiguity in abstract syntax in other to write DCG parser Prolog

prolog dcg left-recursion

Prolog as a DSL to generate perl code?

perl prolog dsl dcg

Building an Expression Tree in Prolog

prolog expression-trees dcg

How do you do a search and replace of a list with another sublist in Prolog?

prolog dcg

Prolog - formulas in propositional logic

prolog dcg prolog-defaulty

Using a prolog DCG to find & replace - code review

prolog dcg

Structure (Difference Lists) Prolog

prolog dcg difference-lists

How to read a csv file into a list of lists in SWI prolog where the inner list represents each line of the CSV?

csv io prolog swi-prolog dcg