ONLang/ROADMAP.md
2022-08-15 18:17:22 +03:00

22 lines
527 B
Markdown

# TODO CONCEPTS
- [x] Functions
- [ ] imports
- [x] scopes of visibility
- [ ] methods for arrays
- [ ] methods for strings
- [ ] methods for objects
- [x] writing objects to a variable
- [x] yaml support
- [ ] command execution function
- [ ] function for random
- [x] delete variable
- [ ] types conversion
- [ ] checking variable type
- [x] checking for the existence of a variable
- [x] create scopes without if, else, loop
- [x] calculate values in arrays
- [x] References for variables in variables
and something else