SCM Repository
Annotation of /sml/trunk/src/smlnj-lib/RegExp/FrontEnd/parser-sig.sml
Parent Directory
|
Revision Log
Revision 104 - (view) (download)
1 : | monnier | 104 | (* parser-sig.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 1995 AT&T Bell Laboratories. | ||
4 : | *) | ||
5 : | |||
6 : | signature REGEXP_PARSER = | ||
7 : | sig | ||
8 : | |||
9 : | val scan : (char, 'a) StringCvt.reader | ||
10 : | -> (RegExpSyntax.syntax, 'a) StringCvt.reader | ||
11 : | (* read an external representation of a regular expression | ||
12 : | * from the stream and return an abstract syntax representation | ||
13 : | *) | ||
14 : | |||
15 : | end | ||
16 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |