SCM Repository
View of /trunk/src/ast/ast.sml
Parent Directory
|
Revision Log
Revision 69 -
(download)
(annotate)
Tue May 18 21:23:53 2010 UTC (10 years, 8 months ago) by jhr
File size: 299 byte(s)
Tue May 18 21:23:53 2010 UTC (10 years, 8 months ago) by jhr
File size: 299 byte(s)
Starting to write a typechecker
(* ast.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * A typed abstract-syntax tree representation of Diderot programs. *) structure AST = struct structure Ty = Types datatype program = Program of unit (* FIXME *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |