Token emitToken(int type, [String? value]) { return new Token(tokenStart, tokenLine, type, seenLinebreak, value); }