Expand description

Parsing functions and other useful structs.

Enums

Represents either a single parser token or an entire tokenized expression.

Functions

Searches for the given substring outside of parenthesis.

Strips a string of whitespace, makes sure it’s not empty, and runs the string through parse()!