SCM Repository
View of /sml/trunk/src/smlnj-lib/RegExp/FrontEnd/parser-sig.sml
Parent Directory
|
Revision Log
Revision 104 -
(download)
(annotate)
Thu May 28 21:25:35 1998 UTC (22 years, 10 months ago) by monnier
File size: 343 byte(s)
Thu May 28 21:25:35 1998 UTC (22 years, 10 months ago) by monnier
File size: 343 byte(s)
Initial revision
(* parser-sig.sml * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. *) signature REGEXP_PARSER = sig val scan : (char, 'a) StringCvt.reader -> (RegExpSyntax.syntax, 'a) StringCvt.reader (* read an external representation of a regular expression * from the stream and return an abstract syntax representation *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |