SCM Repository
[diderot] / trunk / src / ast / ast-pp.sml |
View of /trunk/src/ast/ast-pp.sml
Parent Directory
|
Revision Log
Revision 93 -
(download)
(annotate)
Thu May 27 15:32:06 2010 UTC (12 years, 1 month ago) by jhr
File size: 378 byte(s)
Thu May 27 15:32:06 2010 UTC (12 years, 1 month ago) by jhr
File size: 378 byte(s)
Added placeholder for pretty-printing AST after typechecking
(* ast-pp.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. *) structure ASTPP : sig val output : TextIO.outstream * AST.program -> unit end = struct structure PP = TextIOPP fun output (outS, prog) = let val ppStrm = PP.openOut {dst = outS, wid = 120} in PP.closeStream ppStrm end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |