This commit is contained in:
@@ -34,6 +34,7 @@ namespace Porygon::Evaluation{
|
||||
void EvaluateConditionalStatement(const BoundConditionalStatement *statement);
|
||||
void EvaluateNumericalForStatement(const BoundNumericalForStatement *statement);
|
||||
void EvaluateGenericForStatement(const BoundGenericForStatement *statement);
|
||||
void EvaluateWhileStatement(const BoundWhileStatement *statement);
|
||||
|
||||
const shared_ptr<EvalValue> EvaluateExpression(const BoundExpression *expression);
|
||||
const shared_ptr<NumericEvalValue> EvaluateIntegerExpression(const BoundExpression *expression);
|
||||
|
||||
Reference in New Issue
Block a user