Make functions be able to call themselves
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "BoundStatements/BoundStatement.hpp"
|
||||
#include "../Script.hpp"
|
||||
#include "BoundVariables/BoundScope.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Binder {
|
||||
Script* _scriptData;
|
||||
|
||||
Reference in New Issue
Block a user