# We then can make our second macro```nim # macro writeAstToFile(file: static string, ast: typed) = # writeFile(file, ast.repr)