View Source template_compiler_parser (template_compiler v3.5.0)

Summary

Types

yecc_ret/0

-type yecc_ret() :: {error, _} | {ok, _}.

Functions

format_error(Message)

-spec format_error(any()) -> [char() | list()].

parse(Tokens)

-spec parse(Tokens :: list()) -> yecc_ret().

parse_and_scan(_)

-spec parse_and_scan({function() | {atom(), atom()}, [_]} | {atom(), atom(), [_]}) -> yecc_ret().