benchmark/cascade.pl
benchmark/demo-mt.pl
benchmark/demo-tt.pl
benchmark/expr.pl
benchmark/fib.pl
benchmark/for.pl
benchmark/function.pl
benchmark/include.pl
benchmark/interpolate.pl
benchmark/json.pl
benchmark/keys.pl
benchmark/map.pl
benchmark/others.pl
benchmark/sort.pl
benchmark/template/base.mt
benchmark/template/base.tx
benchmark/template/child.mt
benchmark/template/child.tx
benchmark/template/include.cs
benchmark/template/include.ht
benchmark/template/include.mt
benchmark/template/include.tt
benchmark/template/include.tx
benchmark/template/list.cs
benchmark/template/list.ht
benchmark/template/list.mst
benchmark/template/list.mt
benchmark/template/list.tt
benchmark/template/list.tx
benchmark/values.pl
Changes
example/base.tx
example/cascade.gold
example/cascade.pl
example/cascade.tx
example/hello.gold
example/hello.pl
example/hello.tx
example/list.gold
example/list.pl
example/list.tx
HACKING
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Repository.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/WriteAll.pm
inc/Module/Install/XSUtil.pm
lib/Text/Xslate.pm
lib/Text/Xslate/Bridge.pm
lib/Text/Xslate/Compiler.pm
lib/Text/Xslate/EscapedString.pm
lib/Text/Xslate/Parser.pm
lib/Text/Xslate/PP.pm
lib/Text/Xslate/PP/Booster.pm
lib/Text/Xslate/PP/Const.pm
lib/Text/Xslate/PP/Macro.pm
lib/Text/Xslate/PP/Method.pm
lib/Text/Xslate/PP/Opcode.pm
lib/Text/Xslate/PP/State.pm
lib/Text/Xslate/PP/Type/Array.pm
lib/Text/Xslate/PP/Type/EscapedString.pm
lib/Text/Xslate/PP/Type/Hash.pm
lib/Text/Xslate/PP/Type/Pair.pm
lib/Text/Xslate/PP/Type/Raw.pm
lib/Text/Xslate/Symbol.pm
lib/Text/Xslate/Syntax/Kolon.pm
lib/Text/Xslate/Syntax/Metakolon.pm
lib/Text/Xslate/Syntax/TTerse.pm
lib/Text/Xslate/Type/Raw.pm
lib/Text/Xslate/Util.pm
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
META.yml
README
script/xslate
t/000_load.t
t/010_internals/001_parse.t
t/010_internals/002_compile.t
t/010_internals/003_render.t
t/010_internals/004_magic.t
t/010_internals/005_load_file.t
t/010_internals/006_errhandler.t
t/010_internals/007_compile_errs.t
t/010_internals/008_parser_option.t
t/010_internals/009_myparser.t
t/010_internals/010_files.t
t/010_internals/011_goto_address.t
t/010_internals/012_line_number.t
t/010_internals/013_utf8.t
t/010_internals/014_missuse.t
t/010_internals/015_multilines.t
t/010_internals/016_deps_str.t
t/010_internals/017_deps_file.t
t/010_internals/018_deps_file2.t
t/010_internals/019_no_vars.t
t/010_internals/020_util.t
t/010_internals/021_cached.t
t/010_internals/100_threads.t
t/010_internals/200_leaktrace.t
t/010_internals/300_explicit_pp.t
t/020_features/001_interpolate.t
t/020_features/002_field.t
t/020_features/003_for.t
t/020_features/004_if.t
t/020_features/005_rel_ops.t
t/020_features/006_arith_ops.t
t/020_features/007_log_ops.t
t/020_features/008_literal.t
t/020_features/009_include.t
t/020_features/010_escaped_str.t
t/020_features/011_macro.t
t/020_features/012_cascade.t
t/020_features/013_more_field.t
t/020_features/014_while.t
t/020_features/015_methods.t
t/020_features/016_funcs.t
t/020_features/017_more_macro.t
t/020_features/018_dynamic_filters.t
t/020_features/019_explicit_interpolate.t
t/020_features/020_chomp.t
t/020_features/021_overlay.t
t/020_features/022_given.t
t/020_features/023_escape.t
t/020_features/024_builtins.t
t/020_features/025_localize_vars.t
t/020_features/026_objectliteral.t
t/020_features/027_constant.t
t/020_features/028_autobox.t
t/020_features/029_autobox_w_cb.t
t/020_features/030_lambda.t
t/020_features/100_program.t
t/020_features/200_error.t
t/100_tterse/001_parse.t
t/100_tterse/002_interpolate.t
t/100_tterse/003_field.t
t/100_tterse/004_for.t
t/100_tterse/005_if.t
t/100_tterse/006_include.t
t/100_tterse/007_funcs.t
t/100_tterse/008_methods.t
t/100_tterse/009_comments.t
t/100_tterse/010_expr.t
t/100_tterse/011_objectliterals.t
t/100_tterse/012_macro.t
t/100_tterse/013_wrapper.t
t/100_tterse/014_set.t
t/100_tterse/015_while.t
t/100_tterse/016_call.t
t/400_plugin/001_import_from.t
t/400_plugin/002_import.t
t/400_plugin/003_bridge.t
t/400_plugin/100_error.t
t/500_examples/001_basic.t
t/500_examples/002_cascade.t
t/500_examples/003_metakolon.t
t/500_examples/004_tterse.t
t/500_examples/100_example.t
t/600_app/001_hello.t
t/600_app/002_tree.t
t/600_app/simple/goodbye.tx
t/600_app/simple/hello.tx
t/lib/MyBridge2.pm
t/lib/Text/Xslate/Syntax/Foo.pm
t/lib/TTSimple.pm
t/lib/Util.pm
t/template/common.tx
t/template/eg/base.tx
t/template/eg/child.tx
t/template/for.tx
t/template/hello.tt
t/template/hello.tx
t/template/hello.tx.mod
t/template/hello_utf8.tx
t/template/include.tt
t/template/include.tx
t/template/include2.tt
t/template/include2.tx
t/template/myapp/bad_redefine.tx
t/template/myapp/base.tx
t/template/myapp/base.tx.mod
t/template/myapp/cbar.tx
t/template/myapp/cfoo.tx
t/template/myapp/derived.tx
t/template/wrapping.tt
tool/force-pp.pl
tool/opcode.pl
tool/opcode_for_pp.pl
xs/Text-Xslate.xs
xs/xslate_methods.xs
xslate.h
xslate_ops.h
xt/01_podspell.t
xt/02_pod.t
xt/03_pod-coverage.t
xt/04_synopsis.t
xt/05_vars.t
