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 598 -
(download)
(annotate)
Wed Apr 5 18:34:51 2000 UTC (20 years, 9 months ago)
Original Path: sml/branches/ckit/ckit/src/parser/parser-sig.sml
File size: 485 byte(s)
Wed Apr 5 18:34:51 2000 UTC (20 years, 9 months ago)
Original Path: sml/branches/ckit/ckit/src/parser/parser-sig.sml
File size: 485 byte(s)
This commit was manufactured by cvs2svn to create branch 'ckit'.
(* 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 |