|
|
string comment = ReadLongString(fromLine, fromCol, text.ToString(), "comment");
|
|
string comment = ReadLongString(fromLine, fromCol, text.ToString(), "comment");
|
|
|
return CreateToken(TokenType.Comment, fromLine, fromCol, comment);
|
|
return CreateToken(TokenType.Comment, fromLine, fromCol, comment);
|