This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <utility>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "Diagnostics/Diagnostics.hpp"
|
||||
#include "Diagnostics/DiagnosticsHolder.hpp"
|
||||
#include "Binder/BoundStatements/BoundStatement.hpp"
|
||||
class Script;
|
||||
class Evaluator;
|
||||
@@ -25,7 +25,7 @@ class Script {
|
||||
void Parse(string script);
|
||||
public:
|
||||
static Script* Create(string script);
|
||||
Diagnostics* Diagnostics;
|
||||
DiagnosticsHolder* Diagnostics;
|
||||
|
||||
~Script();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user