SCM Repository
View of /sml/trunk/ckit/src/parser/parser-sig.sml
Parent Directory
|
Revision Log
Revision 597 -
(download)
(annotate)
Wed Apr 5 18:34:51 2000 UTC (20 years, 11 months ago) by dbm
File size: 485 byte(s)
Wed Apr 5 18:34:51 2000 UTC (20 years, 11 months ago) by dbm
File size: 485 byte(s)
Initial revision
(* 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 |