PDA

View Full Version : parse error


silky
05-04-2003, 10:36 PM
what is a parse error?

raf
05-05-2003, 07:54 PM
Well, in short (and oversimplified); a parser buffers some code, reads it, checks the grammar, and executes the code.

Parse errors are most frequently errors against the grammar rules. (syntaxerrors, functions with invalid values etc)