Changed statement kinds

This commit is contained in:
Rafał Grodziński
2025-06-23 11:33:57 +09:00
parent f1ae9c61bc
commit fefde721c0
7 changed files with 12 additions and 15 deletions

View File

@@ -7,6 +7,8 @@
#include "Expression.h"
#include "Parser/Statement/Statement.h"
class StatementInvalid;
using namespace std;
class Parser {