mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
style: comment changes
* src/closure.h, src/closure.c, src/lalr.c: here.
This commit is contained in:
@@ -72,6 +72,12 @@ static bitsetv LA = NULL;
|
||||
size_t nLA;
|
||||
|
||||
|
||||
/* "(p, A) includes (p', B)" iff
|
||||
B → βAγ, γ nullable, and p'-- β --> p (i.e., state p' reaches p on label β).
|
||||
|
||||
Definition p.621 [DeRemer 1982].
|
||||
|
||||
INCLUDES[(p, A)] = [(p', B),...] */
|
||||
static goto_number **includes;
|
||||
|
||||
/* "(q, A → ω) lookback (p, A)" iff state p reaches state q on label ω.
|
||||
|
||||
Reference in New Issue
Block a user