From 9f526d6e09f812881ca045642b58db8a600044cb Mon Sep 17 00:00:00 2001 From: Jori Date: Wed, 13 May 2026 12:02:18 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Transpiler.md b/Transpiler.md index db6bc79..6360313 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -39,6 +39,10 @@ Features - variable null-initializers from `null` to `Callable()` - null-comparisons from `c == null` to `c == null || c.is_null()` +### **Comments** +- Converting class comments +- Converting member comments + ### ** Properties ** - Getters/setters creation