ONLang/ROADMAP.md
2022-08-18 17:48:02 +03:00

22 lines
540 B
Markdown

# TODO CONCEPTS
- [x] Functions
- [x] 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 `in process`
- [ ] 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