Top-Down Parsing

From Wiki**3

Revision as of 09:56, 4 April 2008 by Root (talk | contribs) (New page: == LL(1) == LL(1) is a top-down, also called predictive, parsing algorithm that works by reading input Left-right and building the Leftmost-derivations using 1-symbol lookahead.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LL(1)

LL(1) is a top-down, also called predictive, parsing algorithm that works by reading input Left-right and building the Leftmost-derivations using 1-symbol lookahead.