Update Transpiler

Jori 2026-05-10 11:28:58 +00:00
parent 65aec2fc38
commit 54f53046c9
1 changed files with 6 additions and 0 deletions

@ -23,6 +23,7 @@ Features
### **C# Math** ### **C# Math**
- float.MaxValue converted to value - float.MaxValue converted to value
- Converting modulo `a % b` to func `fmod( a, b )`
### **Generics** ### **Generics**
- Prepend/append type as parameter for per class, for all methods - Prepend/append type as parameter for per class, for all methods
@ -36,3 +37,8 @@ Features
- Remove as expressions of interfaces `instance as InterfaceType` - Remove as expressions of interfaces `instance as InterfaceType`
### **C# Method Overloading**
- Throwing errors on method overloading