mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| commands | ||
| completion | ||
| env | ||
| evaluate | ||
| shell | ||
| types | ||
| utils | ||
| cli.rs | ||
| commands.rs | ||
| deserializer.rs | ||
| documentation.rs | ||
| env.rs | ||
| evaluation_context.rs | ||
| examples.rs | ||
| format.rs | ||
| futures.rs | ||
| git.rs | ||
| keybinding.rs | ||
| lib.rs | ||
| line_editor.rs | ||
| path.rs | ||
| plugin.rs | ||
| prelude.rs | ||
| script.rs | ||
| shell.rs | ||
| types.rs | ||
| utils.rs | ||