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

@@ -2,7 +2,6 @@
#include "Parser.hpp"
#include "UnaryOperatorKind.hpp"
#include "BinaryOperatorKind.hpp"
#include "ParsedScriptStatement.hpp"
ParsedScriptStatement* Parser::Parse() {