pub fn parser_names() -> impl Iterator<Item = &'static str>Expand description
Every name a parser expression may begin with: §7.4’s atomics and §7.5’s constructors, in their own tables’ order.
The two are one list because they are one thing to a user — the word after
read or inside {…} — and the two diagnostics for getting it wrong
(I010, I013) are the same mistake seen from two tables. A “did you mean”
that only knew one of them would answer int for intt and nothing for
line.