pub fn parse_root(input: &str) -> IResult<&str, Qail>
Parse a QAIL query (root entry point). Note: Does NOT strip comments. Use parse() for automatic comment handling.
parse()