SCM Repository
Diff of /branches/pure-cfg/src/compiler/simplify/simple.sml
Parent Directory
|
Revision Log
|
Patch
revision 493, Thu Jan 27 16:40:50 2011 UTC | revision 494, Fri Jan 28 18:15:25 2011 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | * COPYRIGHT (c) 2010 The Diderot Project (http://diderot-language.cs.uchicago.edu) | * COPYRIGHT (c) 2010 The Diderot Project (http://diderot-language.cs.uchicago.edu) |
4 | * All rights reserved. | * All rights reserved. |
5 | * | * |
6 | * A simplified AST representation of a Diderot program | * A simplified AST representation of a Diderot program. This representation has the property |
7 | * that the arguments to ifs, operators, etc. are variables and that the rhs of assignments | |
8 | * consist of a single operation. It is not, however, a single-assignment representation. | |
9 | *) | *) |
10 | ||
11 | structure Simple = | structure Simple = |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |