graphql-idl-parser 0.1.1

A parser for the GraphQL IDL format.
1
2
3
4
5
extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}