diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -56,12 +56,21 @@ - [x] if - [x] if with empty else - [ ] branch +- [ ] pipe ### lists - [ ] lex - [ ] parse - [ ] evaluate +### other structure things +- [ ] generic struct? +- [ ] dict? + ### symbols - [ ] define - [ ] access + +### shell +- [ ] call out +- [ ] pipe |
