Properly clear up memory of parsed results

This commit is contained in:
2019-05-21 18:36:31 +02:00
parent 1e5cd010a1
commit 2fe6f570ec
5 changed files with 35 additions and 20 deletions

View File

@@ -6,7 +6,6 @@
#include "ParsedStatements/ParsedStatement.hpp"
#include "../Script.hpp"
#include "ParsedScriptStatement.hpp"
enum class OperatorPrecedence {
No,