Skip to content
Snippets Groups Projects
  • Philippe Suter's avatar
    57710fe2
    "Support" for `choose` in evaluators. · 57710fe2
    Philippe Suter authored
    What this commit really introduces is a graceful failure when asked to
    evaluate a `choose` expression. In particular, it makes it possible for
    codegen evaluator to compile functions that contain `choose`
    expressions, and even evaluate them, as long as the execution path
    doesn't meet a `choose` expressions.
    57710fe2
    History
    "Support" for `choose` in evaluators.
    Philippe Suter authored
    What this commit really introduces is a graceful failure when asked to
    evaluate a `choose` expression. In particular, it makes it possible for
    codegen evaluator to compile functions that contain `choose`
    expressions, and even evaluate them, as long as the execution path
    doesn't meet a `choose` expressions.