fn delimiter<'s>(input: &mut &'s str) -> ModalResult<&'s str>
Recognizes the = delimiter between keywords.
=
This function expects the delimiter to exist.