Regarding [libGraphQlParser](https://github.com/graphql/libgraphqlparser)
The c++ code doesn't wrap code in namespaces, and has very simple high-level calls using standard types, so it should work well with c2nim converting c or cpp code (untested of course ) In other words, a great project in which to learn to use c2nim. EDIT: it is a BSD licence (whatever the implications are for that)
