SCM Repository
[smlnj] / sml / releases / release-110.36 / ckit / src / parser / parser-sig.sml |
View of /sml/releases/release-110.36/ckit/src/parser/parser-sig.sml
Parent Directory
|
Revision Log
Revision 930 -
(download)
(annotate)
Tue Sep 18 15:48:42 2001 UTC (19 years, 4 months ago)
File size: 485 byte(s)
Tue Sep 18 15:48:42 2001 UTC (19 years, 4 months ago)
File size: 485 byte(s)
This commit was manufactured by cvs2svn to create tag 'release-110.36'.
(* Copyright (c) 1998 by Lucent Technologies *) signature PARSER = sig val parseFile : Error.errorState -> string -> ParseTree.externalDecl list (* parseFile takes an errorState and the name of a (preprocessed) * C source file and returns a list of external declaration parse * trees corresponding to the top-level declarations in the source file. * See ckit/src/parser/util/error-sig.sml for documentation on * Error.errorState. *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |