pub fn program_item_parser<'a, I>() -> impl Parser<'a, I, ProgramItem, ParserError<'a>>where I: ValueInput<'a, Token = Token<'a>, Span = ParserSpan>,