var json = use("json") var shop = use("internal/shop") var filename = args[0] var ast = shop.parse_file(filename) print(json.encode(ast, true))