Skip to content

Commit

Permalink
Parser class function definition for 'use' statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 29, 2024
1 parent d56ac08 commit 8c1e2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/n8/parser/Parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class Parser final {
std::shared_ptr<ASTNode> stmtContinue();
std::shared_ptr<ASTNode> stmtHalt();
std::shared_ptr<ASTNode> stmtRet();
std::shared_ptr<ASTNode> stmtUse();
std::shared_ptr<ASTNode> stmtThrow();
std::shared_ptr<ASTNode> stmtTest();
std::shared_ptr<ASTNode> stmtWait();
Expand Down

0 comments on commit 8c1e2ad

Please sign in to comment.