]> git.saurik.com Git - bison.git/commit - ChangeLog
* src/output.c (prepare): Add prefixed names.
authorRobert Anisko <robert@lrde.epita.fr>
Sat, 25 Aug 2001 15:07:59 +0000 (15:07 +0000)
committerRobert Anisko <robert@lrde.epita.fr>
Sat, 25 Aug 2001 15:07:59 +0000 (15:07 +0000)
commit26f609ffc36f35dd84da3d1df8ff716a6c01581c
tree508ca61ffb6df878434b1ca5e99c2aa8eb899fa7
parent6f43b11362bfc441d868f163146d4c19a87e47c0
* src/output.c (prepare): Add prefixed names.
(output_parser): Output semantic actions.
(output_parser): Fix bug on '%%line' directives.
* src/output.c (output_headers): Remove. The C code printed by this
function should now be in the skeletons.
(output_trailers): Remove.
(output): Disable call to 'reader_output_yylsp'.
(output_rule_data): Do not output tables to the table obstack.
* src/output.c: Remove some C dedicated output.
Improve the use of macro and output obstacks.
(output_defines): Remove.
* src/output.c (output_token_translations): Associate 'translate'
table with a macro. No output to the table obstack.
(output_gram): Same for 'rhs' and 'prhs'.
(output_stos): Same for 'stos'.
(output_rule_data): Same for 'r1' and 'r2'.
(token_actions): Same for 'defact'.
(goto_actions): Same for 'defgoto'.
(output_base): Same for 'pact' and 'pgoto'.
(output_table): Same for 'table'.
(output_check): Same for 'check'.
* src/output.c (output_table_data): New function.
(output_short_table): Remove.
(output_short_or_char_table): Remove.
* src/output.c (output_parser): Replace most of the skeleton copy code
with something new. Skeletons are now processed character by character
rather than line by line, and Bison looks for '%%' macros. This is the
first step in making Bison's output process (a lot) more flexible.
(output_parser): Use the macro table.
ChangeLog
src/output.c