yyGLRStateSet Struct Reference

Public Attributes

yyGLRState ** yystates
 
yybool * yylookaheadNeeds
 
YYPTRDIFF_T yysize
 
YYPTRDIFF_T yycapacity
 

Member Data Documentation

◆ yylookaheadNeeds

yybool * yyGLRStateSet::yylookaheadNeeds

During nondeterministic operation, yylookaheadNeeds tracks which stacks have actually needed the current lookahead. During deterministic operation, yylookaheadNeeds[0] is not maintained since it would merely duplicate yychar != YYEMPTY.

During nondeterministic operation, yylookaheadNeeds tracks which stacks have actually needed the current lookahead. During deterministic operation, yylookaheadNeeds[0] is not maintained since it would merely duplicate yychar != ZZEMPTY.


The documentation for this struct was generated from the following files: