forked from extern/nushell
Merge branch 'main' into completions
This commit is contained in:
commit
6b2f639095
@ -1,3 +1,5 @@
|
|||||||
# Engine-q
|
# Engine-q
|
||||||
|
|
||||||
Engine-q is a smaller project to reimplement some of the core functionality in Nushell. It's still in an alpha state, and there is still a lot to do: please see TODO.md
|
Engine-q is an experimental project to replace the core functionality in Nushell (parser, engine, protocol). It's still in an alpha state, and there is still a lot to do: please see TODO.md
|
||||||
|
|
||||||
|
If you'd like to help out, come join us on the [discord](https://discord.gg/NtAbbGn) or propose some work in an issue or PR draft. We're currently looking to begin porting Nushell commands to engine-q.
|
||||||
|
1
TODO.md
1
TODO.md
@ -17,6 +17,7 @@
|
|||||||
- [x] Column path
|
- [x] Column path
|
||||||
- [x] ...rest without calling it rest
|
- [x] ...rest without calling it rest
|
||||||
- [x] Iteration (`each`) over tables
|
- [x] Iteration (`each`) over tables
|
||||||
|
- [ ] Row conditions
|
||||||
- [ ] Value serialization
|
- [ ] Value serialization
|
||||||
- [ ] Handling rows with missing columns during a cell path
|
- [ ] Handling rows with missing columns during a cell path
|
||||||
- [ ] Error shortcircuit (stopping on first error)
|
- [ ] Error shortcircuit (stopping on first error)
|
||||||
|
Loading…
Reference in New Issue
Block a user