patrick
/
plasp
Archived
1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/lib/pddl/src/pddl/detail
Patrick Lühne 010e7bf41e
Requiring goal to contain only one statement.
Previously, the parser read the first statement of the goal as its
precondition, but didn’t check that it was properly terminated with a
closing parenthesis. This allowed arbitrary text to be included within
the goal description without error, which was incorrect.

This commit fixes this issue and adds a corresponding unit test.
2017-11-15 15:52:10 +01:00
..
normalization Translating derived predicates of problems. 2017-10-27 16:21:54 +02:00
parsing Requiring goal to contain only one statement. 2017-11-15 15:52:10 +01:00
Requirements.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
SignatureMatching.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
VariableStack.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00