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-06 17:19:50 +03:00
|
|
|
- [ ] 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-09 12:08:01 +03:00
|
|
|
- [ ] calculate values in arrays
|
2022-08-04 19:05:56 +03:00
|
|
|
|
|
|
|
and something else
|