Tweet – layout: page title: Parser (パーサ) — LL parser Left-to-right, Leftmost derivation LL(k) parser k tokens of lookahead when parsing a sentence. Example Small LL(1) S -> F S -> (S + F) F -> a LR parser LALR parser Top Down