More work on binder, implements basic literal expressions
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <string>
|
||||
#include "Diagnostics/Diagnostics.hpp"
|
||||
#include "Binder/BoundStatements/BoundStatement.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -15,6 +16,7 @@ class Script {
|
||||
};
|
||||
|
||||
void Parse(string script);
|
||||
BoundScriptStatement* BoundScript;
|
||||
public:
|
||||
static Script Create(string script);
|
||||
Diagnostics* Diagnostics;
|
||||
|
||||
Reference in New Issue
Block a user