parse_root

Function parse_root 

Source
pub fn parse_root(input: &str) -> IResult<&str, Qail>
Expand description

Parse a QAIL query (root entry point). Note: Does NOT strip comments. Use parse() for automatic comment handling.