Compiler design | Recursion | all about recursion includes definitions, classification and details with left recursion. example for left recursion.
Size: 105.42 KB
Language: en
Added: Jul 24, 2018
Slides: 9 pages
Slide Content
Recursion
Index Definition for Recursion Classification of Recursion About Left Recursion Elimination of Left Recursion and Example
Definition Recursion is the process a procedure goes through when one of the steps of the procedure involves invoking the procedure itself
Classification
Left Recursion A A A A A A A Top down parser doesn’t allow in Left Recursion bcz of it’s infinite problem. So… we need to eliminate this problem. Infinite problem