Closed nicholaslythall closed 2 weeks ago
Added Token.Kind.amp Updated lexer.readToken to handle ampersands Updated parseImplementsInterfaces to support interface names separated by &, e.g:
Token.Kind.amp
&
type Swallow implements Bird & Animal {}
Sorry for the delay! Looks like the branch is out-of-date with master. Can you please update from master?
Let's close this one as well.
Sounds good. Closing.
Added
Token.Kind.amp
Updated lexer.readToken to handle ampersands Updated parseImplementsInterfaces to support interface names separated by&
, e.g: