YouTag icon indicating copy to clipboard operation
YouTag copied to clipboard

Support the '&' character for types implementing multiple interfaces

Open nicholaslythall opened this issue 4 years ago • 1 comments

Added Token.Kind.amp Updated lexer.readToken to handle ampersands Updated parseImplementsInterfaces to support interface names separated by &, e.g:

type Swallow implements Bird & Animal {}

nicholaslythall avatar Nov 05 '20 03:11 nicholaslythall

Sorry for the delay! Looks like the branch is out-of-date with master. Can you please update from master?

paulofaria avatar May 11 '21 17:05 paulofaria