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

NAME

Template::Jade::Internals - Perl Template Engine

Format of parser

As of now the parser is recursive descent. The function process_tree does the bulk of the work. The parser is also stream based. The very subroutine is created by printing to a stream.