pub fn parse_org(input: &str) -> Parser<'_>
The main entry point to the parser.
Repeatedly parses elements until EOF, then returns a Parser.
Parser