xubingyue / softart

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

Complete variable declaration translation code of syntax tree builder #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Overall, four parts need to be implemented.

1. Statements,
2. Delcarations,
3. Type specifiers,
4. Expressions.

But we want to complete declaration translation first.

And corresponded tests need to added into test cases.

Original issue reported on code.google.com by wuye9036 on 25 Jan 2011 at 1:06

GoogleCodeExporter commented 8 years ago
Especially, variable declaration.

Original comment by wuye9036 on 25 Jan 2011 at 1:07

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Initilizer was not supported yet.

Original comment by wuye9036 on 26 Jan 2011 at 12:25

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 7 Mar 2012 at 2:52