In the formal language theory of computer science, left recursion is a special case of recursion.
In terms of context-free grammar, a non-terminal r
is left-recursive if the left-most symbol in any of r
’s ‘alternatives’ either immediately (direct left-recursive) or through some other non-terminal definitions (indirect/hidden left-recursive) rewrites to r
again.
Read more about Left Recursion: Definition, Accommodating Left Recursion in Top-down Parsing, Pitfalls
Famous quotes containing the word left:
“So many things I had thought forgotten
Return to my mind with stranger pain:
Like letters that arrive addressed to someone
Who left the house so many years ago.”
—Philip Larkin (19221986)
Related Phrases
Related Words