Update Transpiler

Jori 2026-05-13 12:02:18 +00:00
parent 6c0533f728
commit 9f526d6e09
1 changed files with 4 additions and 0 deletions

@ -39,6 +39,10 @@ Features
- variable null-initializers from `null` to `Callable()` - variable null-initializers from `null` to `Callable()`
- null-comparisons from `c == null` to `c == null || c.is_null()` - null-comparisons from `c == null` to `c == null || c.is_null()`
### **Comments**
- Converting class comments
- Converting member comments
### ** Properties ** ### ** Properties **
- Getters/setters creation - Getters/setters creation