20#ifndef ACTION_PARSER_HPP
21#define ACTION_PARSER_HPP
23#include <opm/input/eclipse/Schedule/Action/ASTNode.hpp>
24#include <opm/input/eclipse/Schedule/Action/ActionValue.hpp>
31namespace Opm::Action::Parser {
38 [[nodiscard]] std::unique_ptr<ASTNode>
39 parseCondition(
const std::vector<std::string>& tokens);
47 [[nodiscard]] TokenType tokenType(
const std::string& arg);