From 1ebe2aadfc55cb1d911a4bd384b7d258bc51b07f Mon Sep 17 00:00:00 2001 From: Jori Date: Fri, 8 May 2026 09:21:49 +0000 Subject: [PATCH] Add Transpiler --- Transpiler.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Transpiler.md diff --git a/Transpiler.md b/Transpiler.md new file mode 100644 index 0000000..9a89c3c --- /dev/null +++ b/Transpiler.md @@ -0,0 +1,19 @@ +Supported: + +### **Godot Library** +- Convert GDScript Enum Types +- Convert GDScript Enum Values + +### **C# Files** +- Create own files for each class +- Create for single file enum wrappers + +### **C# Types** +- List => Array +- Array => Array +- Dictionary => Dictionary[K,V] +- HashSet => Dictionary[K,true] + + +### **General Expressions** +- Remove as expressions of interfaces