Liquex.parse
You're seeing just the function
parse
, go back to Liquex module for more information.
Specs
parse(String.t(), module()) :: {:ok, document_t()} | {:error, String.t(), pos_integer()}
Parses a liquid template
string using the given parser
.
Returns a Liquex AST document or the parser error