class GraphQL::Language::Lexer

Defined in:

graphql/language/lexer.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.lex(source : String | IO) #

Instance Method Detail

def lex(source : String | IO, start_position : Int32) : Token #

def lex(source : String | IO) #