Recursive descent parser: Difference between revisions

Content deleted Content added
stub from FOLDOC
 
m mutually-recursive
Line 1:
A '''recursive descent parser''' is a top-down [[parser]] built from a set of mutually-[[Mutual recursion|mutually-recursive]] procedures or a non-recursive equivalent where each such procedure usually implements one of the productions of the [[formal grammar|grammar]]. Thus the structure of the resulting program closely mirrors that of the grammar it recognises.
 
=== References ===