lib/treetop/ruby_extensions/regexp.rb



class Regexp
	def to_tt
		self.inspect
	end
end