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

Changes for version 0.1028 - 2010-06-06

  • This release introduces variable definition and mutation, which might be unstable. Please report any bugs you'd run into.
  • CHANGES
    • Make Kolon's while statement the same as Perl's
  • BUG FIXES
    • Resolve various issues
  • NEW FEATURES
    • Improve App::Xslate
    • Implement constant folding
    • For Kolon
      • constant statement (e.g. constant FOO = 42)
    • For TTerse
      • CALL statement not to print expressions
      • WHILE statement
      • SET statement and the "=" operator to assign values

Documentation

Process Xslate Templates
Text::Xslate constants in pure Perl

Modules

High performance template engine
The Xslate compiler
The escaped string representation
Yet another Text::Xslate runtime in pure Perl
Text::Xslate code generator to build Perl code
Text::Xslate constants in pure Perl
Text::Xslate EscapedString in pure Perl
Text::Xslate builtin method call in pure Perl
Text::Xslate opcodes in pure Perl
Text::Xslate pure-Perl virtual machine state
Text::Xslate builtin array type in pure Perl
Text::Xslate builtin hash type in pure Perl
Text::Xslate builtin pair type in pure Perl
The base class of template parsers
The symbol representation used by parsers
The default template syntax
The same as Kolon but using [% ... %] tags
An alternative syntax like Template-Toolkit 2
A set of utilities for Xslate

Provides

in lib/Text/Xslate/Compiler.pm
in lib/Text/Xslate.pm
in lib/Text/Xslate/PP/Const.pm