bison/src parse-gram.y
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/12/24 02:44:40 Modified files: src : parse-gram.y Log message: (add_param): 2nd arg is now char * not char const *, since it is now modified by stripping surrounding { }. (current_braced_code): Remove. (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION, PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include trailing " {...}". Now of type <chars>. (grammar_declaration): Adjust to bundled tokens. (code_content): Remove; stripping is now done by add_param. (print_token_value): Print contents of bundled tokens. (token_name): New function. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/parse-gram.y.diff?tr1=1.35&tr2=1.36&r1=text&r2=text