class Regexp::Syntax::Base

def implements(type, tokens)

def implements(type, tokens)
  (features[type] ||= []).concat(tokens)
  added_features[type] = tokens
end