class Crass::TokenScanner

def reset

Resets the pointer to the first token in the list.
def reset
  @current = nil
  @pos     = 0
end