yeslogic / doodle

6 stars 1 forks source link

Replace Expr::Inflate with two new primitives #164

Closed mikeday closed 3 weeks ago

mikeday commented 2 months ago

Expr::FlatMapList and Expr::SubSeqInflate can be combined to replace Expr::Inflate, allowing all the record matching to be done in a normal expression without special compiler support.

archaephyrryx commented 3 weeks ago

This can be closed, I assume, since it is a no-op after the #172 merge...