SCM Repository
Diff of /trunk/src/compiler/parser/parse-tree.sml
Parent Directory
|
Revision Log
|
Patch
revision 69, Tue May 18 21:23:53 2010 UTC | revision 70, Sat May 22 14:23:32 2010 UTC | |
---|---|---|
# | Line 42 | Line 42 |
42 | | T_String | | T_String |
43 | | T_Vec of dim | | T_Vec of dim |
44 | | T_Kernel of dim | | T_Kernel of dim |
45 | | T_Field of {diff : dim, order : dim list, dim : dim} | | T_Field of {diff : dim, dim : dim, shape : dim list} |
46 | | T_Tensor of dim list | | T_Tensor of dim list |
47 | | T_Image of {order : dim list, dim : dim} | | T_Image of {dim : dim, shape : dim list} |
48 | | T_Array of ty * dim list | | T_Array of ty * dim list |
49 | ||
50 | and var_decl | and var_decl |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |