class Kleene::BatchMatchTracker

def add_empty_match(nfa_with_dead_end, token_index)

def add_empty_match(nfa_with_dead_end, token_index)
  positions = empty_match_positions(nfa_with_dead_end)
  positions << token_index
end