1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 03:27:30 +01:00
nushell/crates/nu-parser
Jason Gedge eb2ba470c7
Have lite-parse complete return a complete bare form. ()
Previously, lite parse would stack up opening delimiters in vec, and if we
didn't close everything off, it would simply return an error with a partial form
that didn't include the missing closing delimiters. This commits adds those
delimiters so that `classify_block` can parse correctly.
2020-08-22 15:43:40 +12:00
..
src Have lite-parse complete return a complete bare form. () 2020-08-22 15:43:40 +12:00
Cargo.toml Bump to 0.18.2. Move starship external. () 2020-08-14 07:02:45 +12:00