nushell/crates/nu-cli
Yehuda Katz f410fb6689
Document lexer (#2865)
* Update dependencies

* Document the lexer and lightly improve its names

The bulk of this pull request adds a substantial amount of new inline
documentation for the lexer. Along the way, I made a few minor changes
to the names in the lexer, most of which were internal.

The main change that affects other files is renaming `group` to `block`,
since the function is actually parsing a block (a list of groups).

* Fix rustfmt

* Update lock

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
Co-authored-by: Jonathan Turner <jonathan.d.turner@gmail.com>
2021-01-07 16:03:00 +13:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Document lexer (#2865) 2021-01-07 16:03:00 +13:00
tests Don't leak set/set-env/source scopes via actions (#2849) 2021-01-03 19:44:21 +13:00
build.rs update to shadow-rs 0.5. make use easy (#2793) 2020-12-24 05:56:05 +13:00
Cargo.toml Update dependency rust-embed now that issue with its use of syn has been fixed. (#2880) 2021-01-07 14:33:39 +13:00