SCM Repository
Annotation of /trunk/src/compiler/translate/translate.sml
Parent Directory
|
Revision Log
Revision 137 - (view) (download)
1 : | jhr | 137 | (* translate.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) | ||
4 : | * All rights reserved. | ||
5 : | * | ||
6 : | * Translate AST code into the IL representation. | ||
7 : | *) | ||
8 : | |||
9 : | structure Translate : sig | ||
10 : | |||
11 : | val translate : AST.program -> ?? | ||
12 : | |||
13 : | end = struct | ||
14 : | |||
15 : | structure VMap = Var.Map | ||
16 : | |||
17 : | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |