Skip to content

Commit

Permalink
Delete grammar in parser class.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 23, 2024
1 parent a00003d commit af344da
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 @@ -65,6 +65,7 @@ class Parser final {

std::shared_ptr<ASTNode> stmtBreak();
std::shared_ptr<ASTNode> stmtContinue();
std::shared_ptr<ASTNode> stmtDelete();
std::shared_ptr<ASTNode> stmtHalt();
std::shared_ptr<ASTNode> stmtRet();
std::shared_ptr<ASTNode> stmtUse();
Expand Down

0 comments on commit af344da

Please sign in to comment.