Update Transpiler

Jori 2026-05-11 08:13:11 +00:00
parent 6381fe54d1
commit f692c97b2c
1 changed files with 3 additions and 0 deletions

@ -39,6 +39,9 @@ Features
- variable null-initializers from `null` to `Callable()`
- null-comparisons from `c == null` to `c == null || c.is_null()`
### **Nullables**
- Shim null assignment converting `null` to `RJ_GDGlue.return_null()`
### **Math**
- float.MaxValue converted to value
- `float.IsInfinity` to `is_inf`