nushell/crates/nu-cli
Jason Gedge 0a6692ac44
Simplify parse plugin code. (#1904)
Primarily, instead of building a parse pattern enum, we just build the regex
directly, with the appropriate capture group names so that the column name
codepaths can be shared between simple and `--regex` patterns.

Also removed capture group count compared to column name count. I don't think
this codepath can possibly be reached with the regex we now use for the
simplified capture form.
2020-05-28 09:58:06 -04:00
..
src Allow echo to iterate ranges (#1905) 2020-05-28 06:07:53 +12:00
tests Simplify parse plugin code. (#1904) 2020-05-28 09:58:06 -04:00
Cargo.toml Move from language-reporting to codespan (#1825) 2020-05-19 06:44:27 +12:00