Expand description
A set of utility functions to implement reglang-expr CLIs
Functionsยง
- parse_
key_ val - Parse a single key-value pair string. This is used to parse command line arguments.
- read_
in_ source - Read source code from a file at the provided path or from standard input if no path is provided.
- unzip_
key_ values - Unzip a vector of key-value pairs into separate vectors for keys and values.