![]() |
|
|
+ Search |
![]()
|
Oct 25th, 2003 23:53
Knud van Eeden,
---------------------------------------------------------------------- --- Knud van Eeden --- 26 October 2003 - 10:23 pm -------------------- Compiler: Syntax: Parser: SLR: What is the meaning of SLR? --- SLR = 'S'imple 'L'eft 'R'ecursive --- SLR 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 --- Compiler: Syntax: Parser: LALR: What is the meaning of LALR? http://www.faqts.com/knowledge_base/view.phtml/aid/25989/fid/1262 --- Bottom Up Parsing http://66.102.11.104/search? q=cache:ByJ4HBsdgxMJ:www.cs.bris.ac.uk/Teaching/Resources/COMS30122/lec tures/ale6/ale6p.pdf+SLR+grammar+meaning&hl=en&ie=UTF-8 --- 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 ----------------------------------------------------------------------