PreviousUpNext

15.4.852  src/lib/regex/awk-dfa-regex.pkg

## awk-dfa-regex.pkg

# Compiled by:
#     src/lib/std/standard.lib

package  awk_dfa_regex
    =
    regular_expression_matcher_g (              # regular_expression_matcher_g  def in    src/lib/regex/glue/regular-expression-matcher-g.pkg
        package p =  awk_syntax;                # awk_syntax                    is from   src/lib/regex/front/awk-syntax.pkg
        package e =  dfa_engine;                # dfa_engine                    is from   src/lib/regex/backend/dfa-engine.pkg
    );



## Code by Jeff Prothero: Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext