On Tue, 12 Jun 2001, Robert Feldt wrote:
> Matju: Do you think we should distinghuish string's
> (regexp's) with/without #{} in them in RubyAst?

I'm defining them like this:

QRegexp = tuple([:pattern,QString|IString],[:flags,String])

So both kinds are QRegexp, but the contained pattern itself is a string
literal that can be non-interpolated (QString) or interpolated (IString). 

Is this okay with you?

matju