averycrespi / yolk

Numerical computing for Yolol
https://yolk.crespi.dev
Apache License 2.0
1 stars 0 forks source link

Refactor BuiltinExpr to FoldExpr #80

Closed averycrespi closed 5 years ago

averycrespi commented 5 years ago

FoldExpr { op: InfixOp, args: Vec<Expr>

averycrespi commented 5 years ago

Might also rename "builtins" to "folds"