Better way:

"Recursive descent" parsing

Works for certain forms of grammar, not all.

Idea: Use grammar structure to guide parsing by recursion, building from root  toward string.

 

Grammar as Blueprint

 

Example

To Next Slide To Previous Slide To Contents