class Crass::TokenScanner

def initialize(tokens)

def initialize(tokens)
  @tokens = tokens.to_a
  reset
end