|
3 |
title
|
||
How to determine wether whether a grammar is LL(1) LR(0) SLR(1) |
||||
|
2 | deleted 1 characters in body; edited title | ||
How to determine wether a Language grammar is LL(1) LR(0) SLR(1)Is there a simple way to determine wether a language grammar is LL1, LR0, SLR1... just from looking on the grammar without doing any complex analysis? For instance: To decide wether a BNF Grammar is LL1 you have to calculate First and Follow sets first - which can be very time consuming in some cases. Has anybody got an idea how to do this faster? Any help would really be appreciated! |
||||
|
1 |
|
||
How to determine wether a Language is LL(1) LR(0) SLR(1)Is there a simple way to determine wether a language is LL1, LR0, SLR1... just from looking on the grammar without doing any complex analysis? For instance: To decide wether a BNF Grammar is LL1 you have to calculate First and Follow sets first - which can be very time consuming in some cases. Has anybody got an idea how to do this faster? Any help would really be appreciated!
|
||||
