module Dentaku::TokenMatchers
def self.function_token_matchers(function_name, *symbols)
def self.function_token_matchers(function_name, *symbols) token_matchers(:open, *symbols, :close).unshift( TokenMatcher.send(function_name) ) end
def self.function_token_matchers(function_name, *symbols) token_matchers(:open, *symbols, :close).unshift( TokenMatcher.send(function_name) ) end