Summary
Directory Structure
Directory structure:└── mndrix-regex/├── README.md├── History.md├── LICENSE├── pack.pl├── prolog/│ ├── regex.pl│ └── regex/│ ├── parser.pl│ ├── state.pl│ └── engine/│ └── pp.pl└── t/├── captures.pl├── examples.pl├── options.pl├── perl_classes.pl└── synopsis.pl