Add GDScript code generation interface

Implement the abstraction by targeting the current VM.
This commit is contained in:
George Marques 2020-07-28 15:17:49 -03:00
parent 64e0a12900
commit 82273ebc01
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
4 changed files with 1174 additions and 0 deletions

View file

@ -224,6 +224,7 @@ public:
private:
friend class GDScriptCompiler;
friend class GDScriptByteCodeGenerator;
StringName source;