|
|
|
|
|
by haberman
3564 days ago
|
|
Good question. Not so far. I can't quite see how to do it without getting bogged down in details. The "traditional" algorithms and grammar classes (Strong LL, Full LL, LR(0), etc) are complicated, and yet few people use these. The ones people actually do use (LL(star), ALL(star), GLR, IELR, LALR, etc) tend to be even more complicated. Maybe the thing to do is to illustrate a few of the most basic algorithms by example, just to give people a taste of what they look like. |
|
In other words - how did you get to know them?