pub fn build_root_node_from_expression( expression: &str, regexes: &mut HashMap<String, Regex>, ) -> Node
Builds the abstract syntax tree, to be able to evaluate expressions
This all comes from the defined grammar.pest