class Haml::CLI

def generate_ast(file)

def generate_ast(file)
  template = read_file(file)
  Haml::Parser.new(engine_options).call(template)
end