xq-lang 0.0.1

Lexer, parser and AST of jq.
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}