- Timestamp:
- Aug 30, 2014, 10:54:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
proto/s2k/trunk/framework/input/grammar/scatter/s2k.scatter
r4064 r4115 174 174 whileStmt -> WHILE expr blockStmt ; 175 175 176 // KH: eliminate stream<1> type ? 176 // KH: eliminate stream<1> type ? yes, for each not quite right 177 177 foreachStmt -> FOREACH indexStreamDeclList IN targetStreamDeclList blockStmt ; 178 178 indexStreamDeclList #-> streamDeclList ; 179 179 targetStreamDeclList #-> streamDeclList ; 180 181 180 streamDeclList -> streamDecl ( COMMA streamDecl ) * ; 181 streamDecl -> streamType identifier ; 182 182 183 // KH: count controlled for loop to support reductions184 185 //indexTypeDecl -> indexType identifier ; // ?183 // KH: count controlled for loop to support reductions 184 forStmt -> FOR identifier IN stridedRange blockStmt ; 185 //indexTypeDecl -> indexType identifier ; // ? 186 186 stridedRange -> range step ; 187 187 range -> integerConstant DDOT integerConstant ;
Note: See TracChangeset
for help on using the changeset viewer.