class Regexp::Syntax::Base

def implementations(type)

def implementations(type)
  @implements[type] ||= Set.new
end