]> git.saurik.com Git - bison.git/commitdiff
Improve the readability of the produced parsers.
authorAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 09:03:20 +0000 (09:03 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 09:03:20 +0000 (09:03 +0000)
* 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.


No differences found