View Source erlte_compiler (erlte v0.1.0)
Link to this section Summary
Functions
Compile the specified input according to the format specification
Link to this section Functions
-spec compile(Input, Variables, FormatSpecs) -> {ok, Compiled} | {error, Error} when Input :: binary() | list() | {file, file:name_all()}, Variables :: list(), FormatSpecs :: undefined | erlte:format_specs(), Compiled :: erlte:compiled(), Error :: term().