From f692c97b2cf756a856253dd58a1c1c5f915fb9d6 Mon Sep 17 00:00:00 2001 From: Jori Date: Mon, 11 May 2026 08:13:11 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Transpiler.md b/Transpiler.md index 2377a1b..2bcdff7 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -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`