public override Node VisitString(DustParser.StringContext context) { return(LiteralExpression.ParseString(context.GetText(), context.GetRange())); }