ONLang/ROADMAP.md

21 lines
484 B
Markdown

# TODO CONCEPTS
- [ ] Functions
- [ ] imports
- [x] scopes of visibility
- [ ] methods for arrays
- [ ] methods for strings
- [ ] methods for objects
- [ ] 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
- [ ] calculate values in arrays
and something else