Skip to content

guregu/tau-prolog-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library(dict)

Adds a dictionary type to Tau Prolog based on SWI Prolog's dictionary type.

Experimental.

Predicates

Supports most of the same predicates as SWI. Does not support functional syntax.

Note that this package doesn't support the tag{} syntax for dictionaries. You have to use dict_create/3 to make one.

See: https://www.swi-prolog.org/pldoc/man?section=ext-dict-predicates

atom_json_dict/3

Transforms dictionaries to JSON atoms and vice versa. Options aren't supported yet.

See: https://www.swi-prolog.org/pldoc/doc_for?object=atom_json_dict/3

About

dictionary type for Tau Prolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published