tmpResultAsync method

Future tmpResultAsync(
  1. List<ASTNode> nodes
)

Implementation

Future tmpResultAsync(List<ASTNode> nodes) async {
  final innerContext = context.clone();
  return await Evaluator.withBuffer(
    innerContext,
    Buffer(),
  ).evaluateNodesAsync(nodes);
}