Module erlydtl_beam_compiler

ErlyDTL template compiler for beam targets.

Copyright © 2008 Roberto Saccon, Evan Miller 2014 Andreas Stenius

Introduced in: 2007-12-16 by Roberto Saccon, Evan Miller 2014 by Andreas Stenius -------------------------------------------------------------------

Authors: Roberto Saccon (rsaccon@gmail.com) [web site: http://rsaccon.com], Evan Miller (emmiller@gmail.com), Andreas Stenius (kaos@astekk.se).

Description

ErlyDTL template compiler for beam targets.

Function Index

compile/3
compile_dir/2
format/1
format_error/1
interpret_args/2
is_up_to_date/2
value_ast/4

Function Details

compile/3

compile(DjangoParseTree, CheckSum, Context) -> any()

compile_dir/2

compile_dir(Dir, Context) -> any()

format/1

format(X1) -> any()

format_error/1

format_error(Error) -> any()

interpret_args/2

interpret_args(Args, TreeWalker) -> any()

is_up_to_date/2

is_up_to_date(CheckSum, Context) -> any()

value_ast/4

value_ast(ValueToken, AsString, EmptyIfUndefined, TreeWalker) -> any()


Generated by EDoc