Skip to content

Commit

Permalink
Added included header files in Parser class.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Sep 13, 2024
1 parent f9b5df7 commit f9c4f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/parser/Parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@

#include <ast/ASTNode.hpp>
#include <ast/expression/ArrayExpression.hpp>
#include <ast/expression/BlockExpression.hpp>
#include <ast/expression/BooleanLiteralExpression.hpp>
#include <ast/expression/CatchHandleExpression.hpp>
#include <ast/expression/DoWhileExpression.hpp>
#include <ast/expression/FunctionDeclarationExpression.hpp>
#include <ast/expression/IfElseExpression.hpp>
#include <ast/expression/LoopExpression.hpp>
#include <ast/expression/MaybeExpression.hpp>
Expand Down

0 comments on commit f9c4f3b

Please sign in to comment.