|
|
|
|
|
by Zababa
1763 days ago
|
|
That depends on the language you're trying to parse. If it has a LL or LR grammar, it'll work well. If it's something else that can't be described with something like that or something less powerful, you're going to have a bad time. |
|
Yes... but most practical languages do not have simple LL or LR grammars. Hence this blog post and discussion and these problems.