nushell/crates/nu_plugin_parse
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 Simplify parse plugin code. (#1904) 2020-05-28 09:58:06 -04:00
build.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
Cargo.toml Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00