ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Lots of code duplication between AST- and HIR- unparsers #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even now, they're moving out of sync. Need to add a HIR unparser test, and
refactor common code.

Original issue reported on code.google.com by paul.biggar on 12 Nov 2007 at 12:05

GoogleCodeExporter commented 9 years ago
This has been completely removed. The HIR_unparser now folds the HIR into the 
AST,
and uses the AST unparser. There is no longer any code duplication.

Original comment by paul.biggar on 23 May 2008 at 1:57