Add note about Nodes
This commit is contained in:
parent
063a13f7ff
commit
cd20afc3c7
@ -269,6 +269,7 @@ impl<'a> State<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO to make builtins work, need to change this concept of Node
|
||||
fn apply_builtin(&mut self, builtin: Builtin, args: Vec<Expr>) -> EvalResult<Expr> {
|
||||
use self::Expr::*;
|
||||
use self::Lit::*;
|
||||
|
Loading…
Reference in New Issue
Block a user