Syntax analysis is
Syntax analysis is Token Analysis.
Syntax analysis is the process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar.
Analyzing a sequence of tokens to determine if they form a sentence in the grammar of the programming language is called syntax analysis. Syntax analysis is often called parsing.