ONLang/ROADMAP.md
2022-08-08 19:05:24 +03:00

20 lines
451 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
and something else