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.03

  • Mainly fixed a lot of problems with POD. Documentation should be readable now using perldoc. Also, hacked a fix for set_n. It was hitting end of string, and end of string returns null string, so I added null string to the class of disallowed characters. Lastly, wrapped up the "current" and "restore" pointers into subroutine calls. I think the fix for "commit" problems is to keep track of everyone who points to the linked list of text or the call tree, and any time we delete text or call tree branches, we have to update anyone who is pointing to those locations.

Modules

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