sanyaade-g2g-repos / recursive-ascent

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

Unnecessary spaces in YardPrinter output. #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Output example: 
p_empty_list<<item sep>>:  lst = ( hd = item tl = ( sep item = item {item} ) *
    {hd::tl} ) ? {match lst with Some l -> l | None -> []};

It's ugly. Remove spaces around '=' and '(',')' and space between expr and 
regexp operation.

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

GoogleCodeExporter commented 9 years ago
"omit" operation: ( - "AS" ident )

Original comment by rsdpisuy@gmail.com on 28 Aug 2012 at 5:11