mirror of
https://github.com/artegoser/ONLang
synced 2024-11-06 04:53:57 +03:00
doc: add concepts roadmap
This commit is contained in:
parent
2fa057c5e7
commit
86ba8686b1
2 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,11 @@
|
|||
- [ ] parallel tasks `{parallel:[..tasks]}`
|
||||
- [ ] types conversion
|
||||
- [ ] methods for arrays
|
||||
- [ ] methods for strings
|
||||
- [ ] methods for objects
|
||||
- [ ] writing objects to a variable
|
||||
- [x] yaml support?
|
||||
- [ ] command execution function
|
||||
- [ ] function for random
|
||||
|
||||
and something else
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
```json5
|
||||
[
|
||||
"Just string in array",
|
||||
["array", "of", "strings"],
|
||||
"Just string in array", //equally println: "Just string in array"
|
||||
["array", "of", "strings"], // equally println: ["in Function"]
|
||||
{
|
||||
print: ["Function"],
|
||||
print: ["in Function"],
|
||||
},
|
||||
{
|
||||
println: ["Function"],
|
||||
println: ["in Function"],
|
||||
},
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue