# Packages
Package ast declares the types used to represent a GraphQL IDL source.
Package lexer implements a lexer for GraphQL IDL source text.
No description provided by the author
Package token defines constants representing the lexical tokens of the GraphQL IDL and basic operations on tokens (printing, predicates).