Module cuneiform_parse

Data Types

yecc_ret()

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

Function Index

file/1
format_error/1
join_stat/2
parse/1
parse_and_scan/1
string/1

Function Details

file/1

file(Filename::string()) -> {ok, e()} | {error, term()}

format_error/1

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

join_stat/2

join_stat(T1, T2) -> {[term()], [term()], [term()]}

parse/1

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

parse_and_scan/1

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

string/1

string(S::string()) -> {ok, e()} | {error, term()}


Generated by EDoc