Description
A simple C++ PDDL parser using boost spirit. Performs syntactic and semantic checks and throws exceptions if those checks are violated.
Also provides CLIPS bindings.
Installation Instructions
For the C++ Parser
$ dnf install pddl_parser
or with headers:
$ dnf install pddl_parser-devel
For the CLIPS bindings:
$ dnf install clips_pddl_parser
or with headers:
$ dnf install clips_pddl_parser-devel
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable nlimpert/pddl_parser
More info about enabling Copr repositories