23
votes
4answers
1k views
Why C++ cannot be parsed with a LR(1) parser?
I were reading about parsers and parser generators when I hit upon this statement in wikipedia's LR parsing -page:
"Many programming languages can be parsed using some variation of an LR parser. One …
