Clarification: lexer is greedy github.com/graphql/graphql-spec/pull/599
GitHub
Clarify that lexing is greedy by leebyron · Pull Request #599 · graphql/graphql-specGraphQL syntactical grammars intend to be unambiguous. While lexical grammars should also be - there has historically been an assumption that lexical parsing is greedy. This is obvious for numbers ...