What is syntax analysis (parsing)
Syntax analysis, also known as parsing, is a process in computing and linguistics where a sequence of symbols (such as code or text) is analyzed according to the rules of a formal grammar. In the context of programming languages, it involves examining the structure of code to ensure that it adheres to the syntactic rules of the language.