Add todo note
This commit is contained in:
parent
fa1544c71f
commit
44ae10b7ae
@ -455,7 +455,7 @@ impl PrefixOp {
|
|||||||
let f = Box::new(Expr::Func(Func::BuiltIn(op)));
|
let f = Box::new(Expr::Func(Func::BuiltIn(op)));
|
||||||
Expr::Call { f, args: vec![arg.node().reduce(symbol_table)]}
|
Expr::Call { f, args: vec![arg.node().reduce(symbol_table)]}
|
||||||
},
|
},
|
||||||
None => {
|
None => { //TODO need this for custom prefix ops
|
||||||
Expr::UnimplementedSigilValue
|
Expr::UnimplementedSigilValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user