Expand description
Provides a parser for simple commands that allow multiplying strings and evaluation functions to retrieve results.
Modules§
- evaluating
- Provides evaluating functionality for
StringMultCommand
- parsing
- Provides parsing functionality for retrieving
StringMultCommand
from string
Structs§
- String
Mult Command - A single string multiplication command.
- String
Mult Grammar - A simple grammar for parsing string multiplication commands.
- String
Mult Operation - An operation to perform on a string.
Enums§
- Operation
Type - The type of operation to perform.
- Params
Piece - A piece of a string params that is being operated on.
- Rule
- Simple grammar rules for parsing string multiplication commands.