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?

12 of 18 people (67%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

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

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

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