Skip to content

jpfrx/perl-stack-return-variable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

perl-stack-return-variable

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.

Quick Start

  1. Clone this repository.
  2. Run make to compile the debug-enabled custom Perl binary.
  3. Run the context-sensitive test suite:
    ./perl -Ilib tests/type1_completeness.t

Technical Proposal

For the deep architectural analysis, memory stack impact, and implementation details regarding regexec.c and regcomp.c, please read the formal RFC.md.

About

Experimental Perl 5 regex engine evolution introducing dynamic variable scoping and stack-return effects for native Chomsky Type 1 parsing.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors