Each statement class in separate file

This commit is contained in:
Rafał Grodziński
2025-06-23 11:20:20 +09:00
parent 37289cfad8
commit 50c867d61c
25 changed files with 414 additions and 377 deletions

View File

@@ -5,7 +5,7 @@
#include "Lexer/Token.h"
#include "Expression.h"
#include "Statement.h"
#include "Parser/Statement/Statement.h"
using namespace std;