#pragma once #include #include #include namespace Interpret { std::unique_ptr ExtractStatement(unsigned const operatorIndex, std::vector const & tokens); int GetRequiredNumberOfArguments(Token::OperandType const type); }