tmpResult method

String tmpResult(
  1. List<ASTNode> nodes
)

Implementation

String tmpResult(List<ASTNode> nodes) {
  final innerContext = context.clone();
  return Evaluator.withBuffer(innerContext, Buffer()).evaluateNodes(nodes);
}