| |
| | recursive, predictive, factor, backup, accept, return, getsym, Recursive, recursion, packrat, expect, block, Symbol - ... |
 | | Recursive descent with backup is a technique that determines which production to use by trying each production in turn. |
 | | Recursive descent with backup is not limited to LL(k) grammars, but is not guaranteed to terminate unless the grammar is LL(k). |
 | | A packrat parser is a modification of recursive descent with backup that avoids nontermination by remembering its choices, so as not to make exactly the same choice twice. |
| www.alphasearch.org /Recursive-descent-parser.html (673 words) |
|