Skip to content

Commit

Permalink
feat: add ForStmt in Stmts.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
badermarouan committed Feb 25, 2025
1 parent f57817f commit bd04890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/AST/Stmts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "Stmt/ContinueStmt.hpp"
#include "Stmt/ExpressionStmt.hpp"
#include "Stmt/IfStmt.hpp"
#include "Stmt/ForStmt.hpp"
#include "Stmt/ReturnStmt.hpp"
#include "Stmt/WhileStmt.hpp"

Expand Down

0 comments on commit bd04890

Please sign in to comment.