Return statement

This commit is contained in:
Rafał Grodziński
2025-06-01 23:39:45 +09:00
parent fcfe6392a4
commit 2cecb456bb
4 changed files with 33 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ private:
shared_ptr<Statement> matchFunctionDeclarationStatement();
shared_ptr<Statement> matchBlockStatement();
shared_ptr<Statement> matchReturnStatement();
shared_ptr<Statement> matchInvalidStatement();
shared_ptr<Statement> matchExpressionStatement();