visnyin / softart

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

Add expression initializer. #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  e.g.
    int i = 5;
    float4 vec = another_vec;

Original issue reported on code.google.com by wuye9036 on 21 Nov 2011 at 1:23

GoogleCodeExporter commented 8 years ago
Issue 123 has been merged into this issue.

Original comment by wuye9036 on 21 Nov 2011 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 21 Nov 2011 at 1:38

GoogleCodeExporter commented 8 years ago
This issue was updated by revision fa941fce1aff.

SASL:
  Add test file initializer.ss.

Original comment by wuye9036 on 22 Nov 2011 at 11:09

GoogleCodeExporter commented 8 years ago
This issue was updated by revision d4e5c228ed33.

SASL:
  Add expr init support to syntax tree builder.
  Fixes code gen for initializer.
  Add initializer_test and passed.

Original comment by wuye9036 on 22 Nov 2011 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 22 Nov 2011 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 15 Dec 2011 at 3:36