Recent questions tagged operator-grammar

1 votes
2 answers
2
0 votes
1 answer
5
0 votes
0 answers
6
Given an operator grammar :$E - E * F / F + E / F$$F - F - F / id$ Is this table correct for the above operator grammar ?
2 votes
3 answers
7
If I have the grammar :E->E*F | F+E |FF->id ,Now here although + and * are defined at the same level , with different associativity but this grammar produces 2 different ...
2 votes
0 answers
8
Can anyone explain why operator precedence parsing cannot handle unary minus,and what are the approach to handle it.
3 votes
1 answer
9
2 votes
1 answer
10
someone please explain how to draw operator precedence table to solve this question.
0 votes
1 answer
11
0 votes
5 answers
12
In Operator precedence parsing, precedence relations are defined,i. for all pair of non-terminals.ii. for all pair of terminals.iii. to delimit the handle.iv. only for ce...
0 votes
0 answers
14
Write one or more C statements that clears (i.e., sets to 0) bits 11 and 12 of the variable "x" without disturbing the other bits using bit-level C operators. The variabl...
0 votes
1 answer
15
1 votes
1 answer
18
0 votes
2 answers
19
1 votes
1 answer
22
1 votes
2 answers
23
13 votes
3 answers
24
To see more, click for the full list of questions or popular tags.