View Source parthenon_schema_parser (parthenon v0.9.0)

Link to this section Summary

Link to this section Types

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

Link to this section Functions

-spec format_error(any()) -> [char() | list()].
-spec parse(Tokens :: list()) -> yecc_ret().
-spec parse_and_scan({function() | {atom(), atom()}, [_]} | {atom(), atom(), [_]}) -> yecc_ret().