Projects STRLCPY bearer Files
🤬
..
tree_sitter Loading last commit info...
README.md
binding.go
parser.c
README.md

GraphQL Parser

This is using https://github.com/bkegley/tree-sitter-graphql.git to parse GraphQL files and get the tree structure.

How to develop

Installation steps

git clone https://github.com/bkegley/tree-sitter-graphql.git
yarn install

How to test

Update the grammar.js

Run the tests

yarn test

You can also use the playground provided by tree-sitter

yarn playground
Please wait...
Page is in error, reload to recover