By Letter: Non-alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
  Email this page to a friend


LL




<grammar> A class of language grammars, which can be parsed without backtracking.

The first L stands for Left-to-right scan, the second for Leftmost derivation.

Often found in the form LL(k) where k is the number of tokens of look-ahead required when parsing a sentence of the language.

In particular, LL(1) is a fairly restrictive class of grammar, but allows simple top-down parsing (e.g. recursive-descent) to be used without wasteful backtracking.

A number of programming languages are LL(1) (or close).



< Previous TermsTerms Containing LLNext Terms >
Live Free Or Die!
livelock
LiveScript
liveware
lk
100BaseT
100BaseVG
10base5
10baseT
16450
LLC
LLGen
LLM3
LLNL
LLP


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions