module Dentaku::TokenMatchers

def self.token_matchers(*symbols)

def self.token_matchers(*symbols)
  symbols.map { |s| matcher(s) }
end