PreviousUpNext

15.4.853  src/lib/regex/awk-nfa-regex.pkg

## awk-nfa-regex.pkg

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

package  awk_nfa_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 =  backtrack_engine;          # backtrack_engine              is from   src/lib/regex/backend/bt-engine.pkg
    );



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


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext