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 (Text replace - "jbocre: ([L-Z])" to "$1")
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]].

Revision as of 15:04, 23 March 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.