graphql-idl-parser 0.1.1

A parser for the GraphQL IDL format.
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -ex

cd graphql-idl-parser-ffi

cargo update
cargo build
gcc -O3 -DDEBUG -o example/example example/example.c -std=c11 -Wextra -Wall -pedantic -Werror -Wfatal-errors -Wstrict-aliasing -Iincludes -Ltarget/debug -lgraphqlidlparser

./example/example