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