2022-08-04 19:05:56 +03:00
|
|
|
# TODO CONCEPTS
|
|
|
|
|
2022-08-15 18:17:22 +03:00
|
|
|
- [x] Functions
|
2022-08-18 17:48:02 +03:00
|
|
|
- [x] 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
|
2022-08-18 17:48:02 +03:00
|
|
|
- [ ] types conversion `in process`
|
2022-08-08 18:50:02 +03:00
|
|
|
- [ ] 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
|