diff --git a/Transpiler.md b/Transpiler.md index 4b6127f..db6bc79 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()` +### ** Properties ** +- Getters/setters creation + ### **Export Annotations** - Basic Export - ExportToolButton