sanyaade-g2g-repos / recursive-ascent

Automatically exported from code.google.com/p/recursive-ascent
0 stars 0 forks source link

YardPrinter: Bad brackets formatting. #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
YsrdPrinter output:
exec_proc:  (
      identifier
    | PROC_FUN_NAME ) LBRACE list<<exec_param COMMA>> ? RBRACE;
Should be:

exec_proc:
   (identifier | PROC_FUN_NAME) LBRACE list<<exec_param COMMA>> ? RBRACE;

Alternative should be on single line.

Original issue reported on code.google.com by rsdpisuy@gmail.com on 28 Aug 2012 at 6:18