The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.