LALR(1) grammar: Difference between revisions

From Lojban
Jump to navigation Jump to search
m (Text replace - "Lojban Description" to "Lojban")
m (Text replace - "Lojban" to "Lojban")
Line 1: Line 1:


Special case of an [[LALR|LALR]] grammar, with one token of look-ahead. Very much the preferred class of formal grammar as far as computer science is concerned, as it is much more tractable in parsing. Any language parsed by [[YACC|YACC]] belongs to this subclass --- including [[Lojban|Lojban]].
Special case of an [[LALR|LALR]] grammar, with one token of look-ahead. Very much the preferred class of formal grammar as far as computer science is concerned, as it is much more tractable in parsing. Any language parsed by [[YACC|YACC]] belongs to this subclass --- including [[Lojban]].

Revision as of 11:19, 7 June 2014

Special case of an LALR grammar, with one token of look-ahead. Very much the preferred class of formal grammar as far as computer science is concerned, as it is much more tractable in parsing. Any language parsed by YACC belongs to this subclass --- including Lojban.