diff --git a/src/stl/decl.rs b/src/stl/decl.rs index 506d4d2..2701275 100644 --- a/src/stl/decl.rs +++ b/src/stl/decl.rs @@ -56,7 +56,7 @@ pub fn eval_callback(ast: &Seg, syms: &mut SymTable) -> Result { * kept here for reference purposes since I have gone back and forth on this * a bit * - * thanks you for your patience (ava) + * thank you for your patience (ava) match arguments { Ctr::Seg(ref s) => Ok(*eval(s, syms)?.clone()), @@ -69,7 +69,7 @@ pub fn eval_callback(ast: &Seg, syms: &mut SymTable) -> Result { } }, _ => Ok(arguments) - }*/ + }*/ } } @@ -353,7 +353,11 @@ pub fn store_callback(ast: &Seg, syms: &mut SymTable, env_cfg: bool) -> Result