faqts : Computers : Programming : Language processing : Compiler : Syntax Analyzer : Parser

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

13 of 22 people (59%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

Compiler: Syntax: Parser: SLR: What is the meaning of SLR?

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

----------------------------------------------------------------------