Skip to content

Commit

Permalink
Function for parsing lock statements in Parser class.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 21, 2024
1 parent 046dd75 commit 9a6e77b
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 @@ -61,6 +61,7 @@ class Parser final {
std::shared_ptr<ASTNode> exprParallel();
std::shared_ptr<ASTNode> exprVal();
std::shared_ptr<ASTNode> exprSize();
std::shared_ptr<ASTNode> exprLock();

std::shared_ptr<ASTNode> stmtBreak();
std::shared_ptr<ASTNode> stmtContinue();
Expand Down

0 comments on commit 9a6e77b

Please sign in to comment.