View Source derby_parser (derby v0.1.2)

Summary

Types

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