class SyntaxTree::CLI::AST

An action of the CLI that prints out the AST for the given source.

def run(item)

def run(item)
  pp item.handler.parse(item.source)
end