SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 548, Thu Feb 17 22:41:53 2011 UTC | revision 549, Thu Feb 17 22:54:25 2011 UTC | |
---|---|---|
# | Line 52 | Line 52 |
52 | ||
53 | (* expression construction *) | (* expression construction *) |
54 | structure Expr : sig | structure Expr : sig |
55 | (* return true if the given expression from is allowed as a subexpression *) | |
56 | val allowedInline : exp -> bool | |
57 | (* variable references *) | (* variable references *) |
58 | val global : var -> exp | val global : var -> exp |
59 | val getState : var -> exp | val getState : var -> exp |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |