Skip to content

ANTLR v4 grammar for parsing GraphQL (October 2016 spec)

License

Notifications You must be signed in to change notification settings

charithe/antlr4-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ANTLR v4 Grammar for GraphQL (October 2016 Spec)

An ANTLR v4 grammar that can be used to generate a parser for the GraphQL October 2016 spec. Supports both the schema definition language (entrypoint schema) and the query language (entrypoint document).

Please note that this grammar has not been extensively tested. It was part of an effort to generate a GraphQL parser in Go. Due to the limitations of Go support in ANTLR, the project was abandoned before extensive validation checks could be run on the generated parser.

About

ANTLR v4 grammar for parsing GraphQL (October 2016 spec)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages