Skip to main content

build_root_node_from_expression

Function build_root_node_from_expression 

Source
pub fn build_root_node_from_expression(
    expression: &str,
    regexes: &mut HashMap<String, Regex>,
) -> Node
Expand description

Builds the abstract syntax tree, to be able to evaluate expressions

This all comes from the defined grammar.pest