Add note about Nodes

This commit is contained in:
greg 2019-08-15 08:07:52 -07:00
parent 063a13f7ff
commit cd20afc3c7
1 changed files with 1 additions and 0 deletions

View File

@ -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::*;