Reorganize spec evaluation
This commit is contained in:
parent
3a219ecac2
commit
2112272347
4 changed files with 32 additions and 23 deletions
10
src/eval/command/birthday.rs
Normal file
10
src/eval/command/birthday.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use crate::files::commands::BirthdaySpec;
|
||||
|
||||
use super::super::command::CommandState;
|
||||
use super::super::Result;
|
||||
|
||||
impl<'a> CommandState<'a> {
|
||||
pub fn eval_birthday_spec(&mut self, spec: &BirthdaySpec) -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue