class Fasterer::Analyzer

def scan

def scan
  sexp_tree = Fasterer::Parser.parse(@file_content)
  traverse_sexp_tree(sexp_tree)
end