This commit is contained in:
Rafał Grodziński
2025-07-15 10:27:50 +09:00
parent 51115f5883
commit 9d991f46a2
2 changed files with 11 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ private:
stack<Scope> scopes;
void buildStatement(shared_ptr<Statement> statement);
void buildFunctionDeclaration(shared_ptr<StatementFunction> statement);
void buildFunction(shared_ptr<StatementFunction> statement);
void buildRawFunction(shared_ptr<StatementRawFunction> statement);
void buildVarDeclaration(shared_ptr<StatementVariable> statement);
void buildAssignment(shared_ptr<StatementAssignment> statement);