Akim Demaille <[EMAIL PROTECTED]> writes: > Paul, in English you'd write mid-rule action, right?
Yes. > And in code? mid_rule, midrule? Either would be fine. Currently the code uses both spellings (in different contexts), which is confusing. I mildly prefer "midrule" as it's shorter and combines better with other things, e.g., "grammar_midrule_action" is slightly easier to read than "grammar_mid_rule_action". > USE (($1, $2, $<foo>3, $<bar>4, $5)); That is indeed annoying. I suppose, though, that if someone writes code that bad they deserve to get annoyed.
