This repository contains an experimental evolution of the Perl Regex Engine (v5.44+ / blead) to allow native Chomsky Type 1 processing using dynamic variable scoping.
- Clone this repository.
- Run
maketo compile the debug-enabled custom Perl binary. - Run the context-sensitive test suite:
./perl -Ilib tests/type1_completeness.t
For the deep architectural analysis, memory stack impact, and implementation details
regarding regexec.c and regcomp.c, please read the formal RFC.md.