Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d07d7ab417d79053e7e0155c99e1a1c8 > files > 2689

mlton-20100608-3.fc15.i686.rpm

<!-- ML-Doc/regexp-fn.mldoc -->
<!-- Entities.sgml entry 
<!ENTITY RegExpFn SDATA "../regexp-fn.sml">
 -->

<!DOCTYPE ML-DOC SYSTEM>

<COPYRIGHT OWNER="Bell Labs, Lucent Technologies" YEAR=1998>
<VERSION VERID="1.0" YEAR=1998 MONTH=6 DAY=4>
<TITLE>The RegExpFn functor</TITLE>

<INTERFACE>
<HEAD>The <CD/RegExpFn/ functor</HEAD>
<!-- optional SEEALSO; uncomment to use     -->
<SEEALSO>
   <SIGREF/REGEXP/
   <SIGREF/REGEXP_PARSER/
   <SIGREF/REGEXP_ENGINE/
</SEEALSO>

<PP>
This functor creates a concrete regular expressions matcher by glueing
together a concrete syntax and a matching engine.<PP>


<FUNCTOR FCTID="RegExpFn">
  <SIGBODY>
    <SPEC>
      <SUBSTRUCT>P<ID>REGEXP_PARSER</SUBSTRUCT>
      <COMMENT>
      <PP> This is the structure implementing the frontend (syntax) of 
regular expressions.
    <SPEC>
      <SUBSTRUCT>E<ID>REGEXP_ENGINE</SUBSTRUCT>
      <COMMENT>
      <PP> This is the structure implementing the backend (engine) of
regular expressions.
  </SIGBODY>
  <ID>REGEXP
</FUNCTOR>

</INTERFACE>