actually remove catchall pattern in eval
This commit is contained in:
parent
7819472048
commit
fd55604608
|
@ -159,6 +159,7 @@ pub fn eval<'src, 'a>(
|
||||||
None => Err(LudusError { msg: "No match" }),
|
None => Err(LudusError { msg: "No match" }),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Ast::Placeholder => todo!(),
|
||||||
Ast::Error => todo!(),
|
Ast::Error => todo!(),
|
||||||
Ast::Dict(_) => todo!(),
|
Ast::Dict(_) => todo!(),
|
||||||
Ast::Arguments(_) => todo!(),
|
Ast::Arguments(_) => todo!(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user