home *** CD-ROM | disk | FTP | other *** search
- A COUPLE OF NOTES ON CONFIGURATION PARAMETERS:
- (See the code section of yyref-grammar)
- Table data is stored in "table[]", which holds MAXIDENTS terminal/non-
- terminal names, each of length <= MAXCHARS. A total of MAXDEFS defining (rhs of
- rule) occurances can be held, and a total of MAXOCCS lhs occurances. Each
- identifier which may be the start token is printed following the message held
- in "start_maybe[]" - likewise all possible tokens are accompanied by
- "token_maybe[]". All defining occurances are printed following
- "declared_at_mark[]", and all other occurances following "occurs_at_mark[]".
-
-