Hi help-bison,
      stack memory is allocated with size YYMAXDEPTH * sizeof(GLRStackItem)
and YYMAXDEPTH defaults is 10000.
    Does this reflect as maximum number of tokens which means maximum
number of tokens that can be shifted is 10000 without reducing(likely to
happen in right recursion)?

Regards,
Anand
_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to