lALR: Difference between revisions

From Lojban
Jump to navigation Jump to search
m (Gleki moved page jbocre: LALR to LALR without leaving a redirect: Text replace - "jbocre: L" to "L")
m (Conversion script moved page LALR to lALR: Converting page titles to lowercase)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:


A LALR(k) grammar represents a language which can be parsed by a [[jbocre: LR|LR]] automaton with k-tokens of look ahead. LALR differs from [[jbocre: LR|LR]] in the way in which the look-up tables are generated.
A LALR(k) grammar represents a language which can be parsed by a [[LR|LR]] automaton with k-tokens of look ahead. LALR differs from [[LR|LR]] in the way in which the look-up tables are generated.


See [[jbocre: Machine parsing|Machine parsing]].
See [[Machine parsing|Machine parsing]].

Latest revision as of 08:19, 30 June 2014

A LALR(k) grammar represents a language which can be parsed by a LR automaton with k-tokens of look ahead. LALR differs from LR in the way in which the look-up tables are generated.

See Machine parsing.