Add this note to self
This commit is contained in:
parent
bdcae36b60
commit
2bf777f37b
@ -458,6 +458,7 @@ impl<'a> State<'a> {
|
|||||||
Err(format!("{:?} failed pattern match", cond))
|
Err(format!("{:?} failed pattern match", cond))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO if I don't need to lookup by name here...
|
||||||
fn value(&mut self, name: Rc<String>) -> EvalResult<Node> {
|
fn value(&mut self, name: Rc<String>) -> EvalResult<Node> {
|
||||||
use self::ValueEntry::*;
|
use self::ValueEntry::*;
|
||||||
use self::Func::*;
|
use self::Func::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user