Definitions
1.nounAn act of parsing."The parse will fail if the program contains an unrecognised keyword."
2.nounThe result of such an act."This parse is incorrect and indicates a fault in the parser."
3.verbTo resolve (a sentence, etc.) into its elements, pointing out the several parts of speech, and their relation to each other by agreement or government; to analyze and describe grammatically.
4.verbTo examine closely; to scrutinize.
5.verbTo split (a file or other input) into pieces of data that can be easily manipulated or stored.
6.verbTo resolve (a string of code or text) into its elements to determine if it conforms to a particular grammar.
7.verbOf a string of code or text, sentence, etc.: to conform to rules of grammar, to be syntactically valid."This sentence doesn't parse."