![]() |
|
|
+ Search |
![]()
|
Oct 25th, 2003 23:55
Knud van Eeden,
---------------------------------------------------------------------- --- Knud van Eeden --- 26 October 2003 - 10:23 pm -------------------- Compiler: Syntax: Parser: LALR: What is the meaning of LALR? --- LALR = 'L'ook 'A'head 'L'eft 'R'ecursive --- LALR is a special case of a LR(0) language. --- --- Internet: see also: --- Recursive Descent LL vs. LALR http://compilers.iecc.com/comparch/article/03-07-024 --- Some Terms Related to Parsing http://class.ee.iastate.edu/berleant/home/Courses/text/parsingV.htm --- Compiler: Syntax: Parser: LL versus LR: What is the difference between an LL and an LR parser? http://www.faqts.com/knowledge_base/view.phtml/aid/25934/fid/1262 --- Compiler: Syntax: Parser: SLR: What is the meaning of SLR? http://www.faqts.com/knowledge_base/view.phtml/aid/25993/fid/1262 ----------------------------------------------------------------------