View Source z_css_parser (zotonic_stdlib v1.23.1)

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().