Renamed to repeat

This commit is contained in:
Rafał Grodziński
2025-07-01 13:49:27 +09:00
parent 505eb7eca7
commit 729ffd0ea2
8 changed files with 53 additions and 53 deletions

View File

@@ -28,7 +28,7 @@ private:
shared_ptr<Statement> matchStatementBlock(vector<TokenKind> terminalTokenKinds);
shared_ptr<Statement> matchStatementAssignment();
shared_ptr<Statement> matchStatementReturn();
shared_ptr<Statement> matchStatementLoop();
shared_ptr<Statement> matchStatementRepeat();
shared_ptr<Statement> matchStatementExpression();
shared_ptr<StatementInvalid> matchStatementInvalid(string message = "");