Parse REMINDs

This commit is contained in:
Joscha 2021-12-21 00:13:06 +01:00
parent 03e98bbe72
commit fe22c66c5c
4 changed files with 17 additions and 1 deletions

View file

@ -267,6 +267,7 @@ pub enum Statement {
from: NaiveDate,
to: NaiveDate,
},
Remind(Option<Spanned<Delta>>),
}
#[derive(Debug, Clone, Copy)]