Expand description
Lexical analyzer.
See the parent module’s documentation to learn how to use the lexer.
Structs§
- Lexical analyzer.
- Error value indicating that a string is not a keyword
- Error value indicating that the input string is not a valid operator
- Reference to
Lexerwith line continuation disabled. - Result of lexical analysis produced by the
Lexer. - Error value indicating an operand conversion failure
Enums§
- Token identifier for reserved words.
- Operator token identifier.
- Token identifier, or classification of tokens.
- Context in which a word is parsed.
Functions§
- Returns true if the character is a blank character.
- Tests if a character can be part of a variable name.
- Tests whether the given character is the first character of an operator.
- Tests if a character can be part of a POSIXly-portable name.
- Tests if a character is a valid single-character raw parameter.
- Tests if a character names a special parameter.
- Tests whether the given character is a token delimiter.