Module expr_parser

Source

Structs§

ExprMatcher
An expression matcher that can be used to match keys from a given expression. You create a new ExprMatcher by calling expr_matcher with the input expression or using ExprMatcher::new directly.

Enums§

Rule

Functions§

expr_matcher
Create a new expression matcher from the given input. The matcher can be re-used across the whole block matching multiple elements.
matches_keys_in_parsed_expr