home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / yaccref / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  601 b   |  11 lines

  1. A COUPLE OF NOTES ON CONFIGURATION PARAMETERS:
  2. (See the code section of yyref-grammar)
  3.     Table data is stored in "table[]", which holds MAXIDENTS terminal/non-
  4. terminal names, each of length <= MAXCHARS. A total of MAXDEFS defining (rhs of
  5. rule) occurances can be held, and a total of MAXOCCS lhs occurances. Each
  6. identifier which may be the start token is printed following the message held
  7. in "start_maybe[]" - likewise all possible tokens are accompanied by
  8. "token_maybe[]". All defining occurances are printed following
  9. "declared_at_mark[]", and all other occurances following "occurs_at_mark[]".
  10.  
  11.