1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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
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;