Expand description
Shell language parser configuration and utilities
This module contains several items related to the shell language parser.
Configis a struct that holds configuration options for the parser.IsKeywordis a wrapper for a function that checks if a string is a reserved word.IsNameis a wrapper for a function that checks if a string is a valid variable name.
Parser implementations are not provided in this crate (yash-env). The
standard parser implementation is provided in the yash-syntax crate.