Started implementing clean, separate PDDL syntax tree and parser.

This commit is contained in:
2017-05-09 21:12:30 +02:00
parent d2f9e55e68
commit d7db0d8ccd
11 changed files with 1212 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN
#include <catch.hpp>