|
|
|
|
|
by jdlshore
455 days ago
|
|
They typically generate generic LALR parsers, not custom recursive descent parsers. I'm no expert, but my understanding is that custom recursive descent parsers have advantages in terms of readability and error message generation. |
|