The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04

  • changed how grammar commands access the linked list of text. created a concept called a "marker" so that as we delete text in linked list we can update any commands that pointed to old text that is to be deleted.
  • This should help the "commit" function, but the commit tests are still failing.

Modules

Define parse grammars using perl subroutine calls. No intermediate grammar languages.