View Source xref_parser (tools v3.6)

Summary

Types

Link to this type

yecc_ret()

View Source (not exported)
-type yecc_ret() :: {error, _} | {ok, _}.

Functions

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