Skip to content
  • Stephen Kelly's avatar
    cmGeneratorExpression: Re-write for multi-stage evaluation · f1eacf0e
    Stephen Kelly authored and Brad King's avatar Brad King committed
    The expressions may be parsed and then cached and evaluated multiple
    times.  They are evaluated lazily so that literals such as ',' can be
    treated as universal parameter separators, and can be processed from
    results without appearing literally, and without interfering with the
    parsing/evaluation of the entire expression.
    f1eacf0e