Add todo note

This commit is contained in:
greg 2019-08-14 07:54:39 -07:00
parent fa1544c71f
commit 44ae10b7ae
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ impl PrefixOp {
let f = Box::new(Expr::Func(Func::BuiltIn(op)));
Expr::Call { f, args: vec![arg.node().reduce(symbol_table)]}
},
None => {
None => { //TODO need this for custom prefix ops
Expr::UnimplementedSigilValue
}
}