Parser Diagnostics
Prefix for all diagnostics produces by the Parser: P
P001: Unexpected Token
Level: Error
The Parser encountered a Token where it expected something else.
P002: Unexpected EOI
Level: Error
The Parser encountered the End of Input where it expected something else.
P003: Expected EOI
Level: Error
The Parser expected to find the End of Input but found something else.