core_parse

DATA TYPES

yecc_ret() = {error, term()} | {ok, term()}

Functions


abstract(T, N) -> term()

abstract(Term) -> term()

normalise(Core) -> term()

parse(Tokens::term()) -> yecc_ret()

parse_and_scan(X1::{function() | {atom(), atom()}, [term()]} | {atom(), atom(), [term()]}) -> yecc_ret()

format_error(Message::any()) -> [char() | list()]

View Functions