Initial layout for binder
This commit is contained in:
14
src/Binder/Binder.hpp
Normal file
14
src/Binder/Binder.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#ifndef PORYGONLANG_BINDER_HPP
|
||||
#define PORYGONLANG_BINDER_HPP
|
||||
|
||||
#include "../Parser/ParsedStatements/ParsedScriptStatement.hpp"
|
||||
#include "BoundStatements/BoundStatement.hpp"
|
||||
|
||||
class Binder {
|
||||
public:
|
||||
static BoundScriptStatement* Bind(ParsedScriptStatement* s);
|
||||
};
|
||||
|
||||
|
||||
#endif //PORYGONLANG_BINDER_HPP
|
||||
Reference in New Issue
Block a user