ONLang/ROADMAP.md

23 lines
527 B
Markdown
Raw Permalink Normal View History

2022-08-04 19:05:56 +03:00
# TODO CONCEPTS
2022-08-06 17:19:50 +03:00
- [ ] Functions
- [ ] imports
2022-08-08 18:50:02 +03:00
- [x] scopes of visibility
2022-08-06 17:19:50 +03:00
- [ ] methods for arrays
2022-08-06 18:24:39 +03:00
- [ ] methods for strings
- [ ] methods for objects
2022-08-14 23:34:04 +03:00
- [x] writing objects to a variable
- [x] yaml support
2022-08-06 18:24:39 +03:00
- [ ] command execution function
- [ ] function for random
2022-08-08 18:50:02 +03:00
- [x] delete variable
- [ ] types conversion
- [ ] checking variable type
2022-08-08 19:05:24 +03:00
- [x] checking for the existence of a variable
- [x] create scopes without if, else, loop
2022-08-14 23:34:04 +03:00
- [x] calculate values in arrays
- [x] References for variables in variables
2022-08-04 19:05:56 +03:00
and something else