The topics in this group explain the lexical analysis performed by the Syntax Parsing Engine.
Syntax Analysis
Overview
The Syntax Parsing Engine performs a syntax analysis of the tokens produced by lexical analysis. The result of this analysis is a syntax tree representing the grammatical structure of the document. The syntax analysis is based on definitions of non-terminal symbols in the Grammar.NonTerminalSymbols collection.
Related Content
Topics
The following topics provide additional information related to this topic.