
12 Jun
2006
12 Jun
'06
3:34 p.m.
"SIGOURE" == SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> writes:
+ ** We use two parse tables for performances. One of them + (PCTL.tbl) has a ** single start symbol (ModulesFile) and the + other (PCTL-StartSymbols) has ** several other start symbols. We're doing this because start symbol ** selection happens *after* parsing in sglr. So first all the alternatives ** are parsed, and then the selected start symbol is chosen.
Wow!