Syntax Analysis and Parsing Algorithms
Graham A. Lee
Abstract
Graham A. Lee
Abstract
The syntax-analysis phase of a compiler or an interpreter checks to see if the source program is correctly formed according to the syntax of the high-level language used. It produces appropriate error messages for any syntactically illegal part of the program. Syntax analysis is also known as parsing , and is done using a parsing algorithm .
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The syntax-analysis phase of a compiler or an interpreter checks to see if the source program is correctly formed according to the syntax of the high-level language used. It produces appropriate error messages for any syntactically illegal part of the program. Syntax analysis is also known as parsing , and is done using a parsing algorithm .
Key concepts: Parsing, Computer science, Syntax, Syntax error, Programming language, Abstract syntax tree, Compiler, Interpreter