ARudik / phc

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

Unparser never uses alternative syntax #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When the user writes

while $x:
  ..
endwhile

we output

while($x)
{
  ..
}

Original issue reported on code.google.com by edskodev...@gmail.com on 10 Nov 2007 at 5:29