Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

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.