0.0.8 • Published 2 years ago

tau-prolog-dict v0.0.8

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

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

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6-1

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.4-3

2 years ago

0.0.4-2

2 years ago

0.0.4-1

2 years ago

0.0.4-0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago