Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
how to check grammar is lr(1)?
abc1
asked
in
Compiler Design
Jan 26, 2019
retagged
Jun 20, 2022
by
Lakshman Patel RJIT
2,900
views
0
votes
0
votes
consider the grammar G: S->A|B A->a|c B->b|c where {S,A,B} are non-terminals,{a,b,c} are terminals.
Does LR(1) can parse all strings that are generated by grammar G.?
Please any one help me to how to check it?
compiler-design
grammar
parsing
lr-parser
abc1
asked
in
Compiler Design
Jan 26, 2019
retagged
Jun 20, 2022
by
Lakshman Patel RJIT
by
abc1
2.9k
views
answer
comment
Follow
share this
share
3 Comments
by
Shaik Masthan
commented
Jan 26, 2019
reply
Follow
share this
Only way is " Constructing the LR(1) items ", if there is no conflicts, then it is OK
Note that, it should be unambiguous grammar first !
0
0
by
abc1
commented
Jan 26, 2019
reply
Follow
share this
@ shaik Masthan, I am new to this.will you please explain this example in detail.
0
0
by
Shaik Masthan
commented
Jan 26, 2019
reply
Follow
share this
if you don't know about Bottom-Up parsers, just left it !
0
0
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
0
votes
The above given grammar is not LL(1) so it is not LR(1) as well. You can first check it for ll(1).
Manoj Kumar Pandey 1
answered
May 16, 2019
by
Manoj Kumar Pandey 1
comment
Follow
share this
1 comment
by
swaroop-nath
commented
Feb 5, 2021
reply
Follow
share this
What do you mean? Can you cite some proof that LL(1) grammar is a superset of LR(1)?
0
0
Please
log in
or
register
to add a comment.
← Previous
Next →
← Previous in category
Next in category →
Related questions
8
votes
8
votes
3
answers
1
Parshu gate
asked
in
Compiler Design
Nov 13, 2017
11,295
views
Finding type of Grammar LL(1), OR LR(0) , OR CLR(1) OR LALR(1)
Suppose we are given a grammar and asked to find the type of that grammar , what is the algorithm which needs to be followed for each of them? LL(1), OR LR(0) , OR CLR(1) OR LALR(1)
Parshu gate
asked
in
Compiler Design
Nov 13, 2017
by
Parshu gate
11.3k
views
parsing
compiler-design
lr-parser
ll-parser
grammar
2
votes
2
votes
2
answers
2
Pranav Madhani
asked
in
Compiler Design
Aug 19, 2017
2,947
views
Gate Practice question check if grammar is LR(0)?
is it correct please tell me its urgent!
Pranav Madhani
asked
in
Compiler Design
Aug 19, 2017
by
Pranav Madhani
2.9k
views
compiler-design
parsing
lr-parser
2
votes
2
votes
1
answer
3
sripo
asked
in
Compiler Design
Nov 10, 2018
2,446
views
If grammar is not LL(1) then it can never be CLR(1) or LALR(1)?
Can you give an example which is not LL(1) but is CLR(1)
sripo
asked
in
Compiler Design
Nov 10, 2018
by
sripo
2.4k
views
compiler-design
lr-parser
parsing
grammar
ll-parser
0
votes
0
votes
3
answers
4
rahuldb
asked
in
Compiler Design
Mar 18, 2018
2,515
views
LR(0) Parsing Table
Please anyone create a $LR(0)$ Parsing table on this grammar and show the working of each step: $S' \rightarrow S$ $S \rightarrow S$;$A \mid A$ $A \rightarrow E \mid id := E$ $E \rightarrow E+id \mid id$ Non-Terminals: $S'$ $S$ $A$ $E$ Terminals$: ; := + id$ Please take a screenshot of copy and show in the answer the whole working.
rahuldb
asked
in
Compiler Design
Mar 18, 2018
by
rahuldb
2.5k
views
compiler-design
lr-parser
parsing
grammar
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Recruitment of Scientific Officers in the Department of Atomic Energy 2023
GATE CSE 2023 Paper & Analysis - Memory Based
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.6k)
Non GATE
(1.3k)
Others
(2.4k)
Admissions
(649)
Exam Queries
(843)
Tier 1 Placement Questions
(17)
Job Queries
(75)
Projects
(9)
Unknown Category
(853)
Recent Blog Comments
+1
1200/1000 = 1.2
Aptitude- 1- there was a question, Like in a...
Suppose typing happens at 1 keystroke per second....
The algorithm for graph colouring was to pick...
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy