| 1. | a contraction of will: I'll answer the phone. He'll pay the check. What'll we do? |
| 2. | contraction of till1 (used when the preceding word ends in t): Wait'll your father comes home! |
| 1. | Late Latin. |
| 2. | Low Latin. |
| lines. |
| 1. | in the place quoted. Origin: < L locō laudātō ![]() |
| 2. | loose-leaf. |
| ll or ll. abbr. lines |
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).
(1995-10-30)
LL
|