Implemented value assignment

This commit is contained in:
Rafał Grodziński
2025-06-26 17:04:43 +09:00
parent 293522315b
commit abb3239ed1
8 changed files with 86 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ private:
shared_ptr<Statement> nextStatement();
shared_ptr<Statement> matchStatementFunction();
shared_ptr<Statement> matchStatementVariable();
shared_ptr<Statement> matchStatementAssignment();
shared_ptr<Statement> matchStatementReturn();
shared_ptr<Statement> matchStatementLoop();
shared_ptr<Statement> matchStatementExpression();