#ifndef __PDDL__DETAIL__PARSING__UNSUPPORTED_H #define __PDDL__DETAIL__PARSING__UNSUPPORTED_H #include #include namespace pddl { namespace detail { //////////////////////////////////////////////////////////////////////////////////////////////////// // // Unsupported // //////////////////////////////////////////////////////////////////////////////////////////////////// ParserException exceptUnsupportedExpression(tokenize::StreamPosition position, Context &context); ParserException exceptUnsupportedSection(tokenize::StreamPosition position, Context &context); //////////////////////////////////////////////////////////////////////////////////////////////////// } } #endif