class Dentaku::TokenMatcher

def star

def star
  @min = 0
  @max = Float::INFINITY
  @range = (@min..@max)
  self
end