nushell/crates/nu-parser
Jason Gedge cda53b6cda
Return incomplete parse from lite_parse (#2284)
* Move lite_parse tests into a submodule

* Have lite_parse return partial parses when error encountered.

Although a parse fails, we can generally still return what was successfully
parsed. This is useful, for example, when figuring out completions at some
cursor position, because we can map the cursor to something more structured
(e.g., cursor is at a flag name).
2020-08-02 06:39:55 +12:00
..
src Return incomplete parse from lite_parse (#2284) 2020-08-02 06:39:55 +12:00
Cargo.toml Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00