class Regexp::Syntax::Base

def initialize

def initialize
  @implements = {}
  implements Token::Literal::Type,   Token::Literal::All
  implements Token::FreeSpace::Type, Token::FreeSpace::All
end