mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
Improve the readability of the produced parsers.
* src/bison.s1: Formatting changes. Improve the comment related to the `$' mark. (yydefault): Don't fall through to `yyresume': `goto' there. * src/output.c (output_parser): When the `$' is met, skip the end of its line. New variable, `number_of_dollar_signs', to check there's exactly one `$' in the parser skeleton.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Improve the readability of the produced parsers.
|
||||
|
||||
* src/bison.s1: Formatting changes.
|
||||
Improve the comment related to the `$' mark.
|
||||
(yydefault): Don't fall through to `yyresume': `goto' there.
|
||||
* src/output.c (output_parser): When the `$' is met, skip the end
|
||||
of its line.
|
||||
New variable, `number_of_dollar_signs', to check there's exactly
|
||||
one `$' in the parser skeleton.
|
||||
|
||||
|
||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/xstrdup.c: New file, from the fileutils.
|
||||
|
||||
Reference in New Issue
Block a user