Parse var declaration

This commit is contained in:
Rafał Grodziński
2025-06-09 00:11:56 +09:00
parent a28ddf7d87
commit 406fccd0b1
4 changed files with 48 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ private:
shared_ptr<Statement> nextStatement();
shared_ptr<Statement> matchStatementFunctionDeclaration();
shared_ptr<Statement> matchStatementVarDeclaration();
shared_ptr<Statement> matchStatementBlock();
shared_ptr<Statement> matchStatementReturn();
shared_ptr<Statement> matchStatementExpression();