astToString function

String astToString(
  1. AST ast
)

Implementation

String astToString(AST ast) => currentContext.astToString(ast);