Start on CaseMatch eval
This commit is contained in:
parent
f2ded78776
commit
6833bc4f00
@ -209,7 +209,9 @@ impl<'a> State<'a> {
|
||||
self.values.insert(name.clone(), ValueEntry::Binding { constant: false, val });
|
||||
Ok(Node::Expr(Expr::Unit))
|
||||
},
|
||||
e => Err(format!("Expr {:?} eval not implemented", e))
|
||||
Unit => Ok(Node::Expr(Unit)),
|
||||
CaseMatch { cond, alternatives } => unimplemented!(),
|
||||
UnimplementedSigilValue => Err(format!("Sigil value eval not implemented"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user