sanyaade-g2g-repos / recursive-ascent

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

YardPrinter: Brackets in metarule's args is missed. #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
YardPrinter result:
list<<<n:Number> = number {n.Value} |  "max" {"max"} COMMA>>
It is incorrect.
Must be:
list<<(<n:Number> = number {n.Value} |  "max" {"max"}) COMMA>>

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