when do we say a grammar to be unambiguous with respect to parse tree and derivation tree?
$begingroup$
In normal terminology we say that both the parse and derivation trees are same in meaning so if a grammar derives one string with left derivation as well as right derivation then it is ambiguous , if both left and right derivation correspond to 2 different parse trees.
Now what if I have the left-most derivation tree to be similar to right-most derivation tree ,and they both correspond to 1 parse tree so can I conclude that the grammar is unambiguous ?
formal-languages automata
$endgroup$
add a comment |
$begingroup$
In normal terminology we say that both the parse and derivation trees are same in meaning so if a grammar derives one string with left derivation as well as right derivation then it is ambiguous , if both left and right derivation correspond to 2 different parse trees.
Now what if I have the left-most derivation tree to be similar to right-most derivation tree ,and they both correspond to 1 parse tree so can I conclude that the grammar is unambiguous ?
formal-languages automata
$endgroup$
add a comment |
$begingroup$
In normal terminology we say that both the parse and derivation trees are same in meaning so if a grammar derives one string with left derivation as well as right derivation then it is ambiguous , if both left and right derivation correspond to 2 different parse trees.
Now what if I have the left-most derivation tree to be similar to right-most derivation tree ,and they both correspond to 1 parse tree so can I conclude that the grammar is unambiguous ?
formal-languages automata
$endgroup$
In normal terminology we say that both the parse and derivation trees are same in meaning so if a grammar derives one string with left derivation as well as right derivation then it is ambiguous , if both left and right derivation correspond to 2 different parse trees.
Now what if I have the left-most derivation tree to be similar to right-most derivation tree ,and they both correspond to 1 parse tree so can I conclude that the grammar is unambiguous ?
formal-languages automata
formal-languages automata
edited Dec 7 '15 at 14:47
mvw
31.5k22252
31.5k22252
asked Dec 7 '15 at 14:43
Radha GogiaRadha Gogia
1607
1607
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
An unambiguous grammar has same leftmost and rightmost derivation:
Ambiguous Grammars
Definitions:
If a grammar has more than one leftmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$If a grammar has more than one rightmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$The leftmost and rightmost derivations for a sentential form $color{Red}{text{may
differ,}}$ even in an $color{Green}{text{unambiguous}}$ grammar.
Ref@https://www.eecis.udel.edu/~cavazos/cisc471-672/lectures/Lecture-08.pdf
Comment : Here, last point says an unambiguous grammar has same (or may not be) leftmost and rightmost derivation.
On the other hand, if a grammar has more than one parse tree for any string in given language, then grammar said to be ambiguous.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1564227%2fwhen-do-we-say-a-grammar-to-be-unambiguous-with-respect-to-parse-tree-and-deriva%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
An unambiguous grammar has same leftmost and rightmost derivation:
Ambiguous Grammars
Definitions:
If a grammar has more than one leftmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$If a grammar has more than one rightmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$The leftmost and rightmost derivations for a sentential form $color{Red}{text{may
differ,}}$ even in an $color{Green}{text{unambiguous}}$ grammar.
Ref@https://www.eecis.udel.edu/~cavazos/cisc471-672/lectures/Lecture-08.pdf
Comment : Here, last point says an unambiguous grammar has same (or may not be) leftmost and rightmost derivation.
On the other hand, if a grammar has more than one parse tree for any string in given language, then grammar said to be ambiguous.
$endgroup$
add a comment |
$begingroup$
An unambiguous grammar has same leftmost and rightmost derivation:
Ambiguous Grammars
Definitions:
If a grammar has more than one leftmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$If a grammar has more than one rightmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$The leftmost and rightmost derivations for a sentential form $color{Red}{text{may
differ,}}$ even in an $color{Green}{text{unambiguous}}$ grammar.
Ref@https://www.eecis.udel.edu/~cavazos/cisc471-672/lectures/Lecture-08.pdf
Comment : Here, last point says an unambiguous grammar has same (or may not be) leftmost and rightmost derivation.
On the other hand, if a grammar has more than one parse tree for any string in given language, then grammar said to be ambiguous.
$endgroup$
add a comment |
$begingroup$
An unambiguous grammar has same leftmost and rightmost derivation:
Ambiguous Grammars
Definitions:
If a grammar has more than one leftmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$If a grammar has more than one rightmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$The leftmost and rightmost derivations for a sentential form $color{Red}{text{may
differ,}}$ even in an $color{Green}{text{unambiguous}}$ grammar.
Ref@https://www.eecis.udel.edu/~cavazos/cisc471-672/lectures/Lecture-08.pdf
Comment : Here, last point says an unambiguous grammar has same (or may not be) leftmost and rightmost derivation.
On the other hand, if a grammar has more than one parse tree for any string in given language, then grammar said to be ambiguous.
$endgroup$
An unambiguous grammar has same leftmost and rightmost derivation:
Ambiguous Grammars
Definitions:
If a grammar has more than one leftmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$If a grammar has more than one rightmost derivation for a single
sentential form, the grammar is $color{Blue}{text{ambiguous}.}$The leftmost and rightmost derivations for a sentential form $color{Red}{text{may
differ,}}$ even in an $color{Green}{text{unambiguous}}$ grammar.
Ref@https://www.eecis.udel.edu/~cavazos/cisc471-672/lectures/Lecture-08.pdf
Comment : Here, last point says an unambiguous grammar has same (or may not be) leftmost and rightmost derivation.
On the other hand, if a grammar has more than one parse tree for any string in given language, then grammar said to be ambiguous.
edited Jan 22 '16 at 12:39
answered Jan 22 '16 at 12:33
Mithlesh UpadhyayMithlesh Upadhyay
2,93282968
2,93282968
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1564227%2fwhen-do-we-say-a-grammar-to-be-unambiguous-with-respect-to-parse-tree-and-deriva%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown