_High priority - 🔴 Medium priority - 🔵_ - Corrections - [ ] Clean and improve the code (🔵) - [ ] Translate comments into English and add more comments (🔵) - [ ] Fix the bug with the } symbol at the end of the code (🔵) - [x] The parent class does not call its destructor when deleted (🔴) ( #5 ) - [x] Fix `split()` for `string` (🔴) ( #11 ) - Improvements - [ ] Add structures (🔵) - [x] Add class inheritance (🔴) ( #4 ) - [x] Add helper methods for the `String` type (🔴) ( #10 ) - [x] Fill in the constructor of the inherited class (🔴) ( #6 ) - [ ] Implement typed arrays (🔵)
High priority - 🔴
Medium priority - 🔵
Corrections
Clean and improve the code (🔵)
Translate comments into English and add more comments (🔵)
Fix the bug with the } symbol at the end of the code (🔵)
The parent class does not call its destructor when deleted (🔴) ( Fix missing call to parent class destructor. #5 )
Fix
split()forstring(🔴) ( Fix String.split(). #11 )Improvements
Add structures (🔵)
Add class inheritance (🔴) ( Added class inheritance (:) #4 )
Add helper methods for the
Stringtype (🔴) ( Add built-in functions for the String type and a common function #10 )Fill in the constructor of the inherited class (🔴) ( Add a constructor when inheriting classes. #6 )
Implement typed arrays (🔵)