Add GDScript code generation interface
Implement the abstraction by targeting the current VM.
This commit is contained in:
parent
64e0a12900
commit
82273ebc01
4 changed files with 1174 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ public:
|
|||
|
||||
private:
|
||||
friend class GDScriptCompiler;
|
||||
friend class GDScriptByteCodeGenerator;
|
||||
|
||||
StringName source;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue