[][src]Function stellar_sql::sql::parser::parse_postfix_tree

fn parse_postfix_tree(symbols: Vec<&Symbol>) -> Result<Box<Node>, ParserError>

Parse a postfix to a binary tree, and do semantic check