Basic arithmetic and jump labels
This commit is contained in:
11
include/interpret/operanddefinitions.hpp
Normal file
11
include/interpret/operanddefinitions.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <interpret/statement.hpp>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
namespace Interpret
|
||||
{
|
||||
std::unique_ptr<Statement> ExtractStatement(unsigned const operatorIndex, std::vector<Token::Token> const & tokens);
|
||||
|
||||
int GetRequiredNumberOfArguments(Token::OperandType const type);
|
||||
}
|
||||
Reference in New Issue
Block a user