Function tok

Source
pub fn tok(
    st: &'static str,
    tok: Token,
) -> impl Parser<char, Token, Error = Simple<char>>