Skip to content

Latest commit

 

History

History
89 lines (39 loc) · 1.71 KB

scmd_parse_numR.md

File metadata and controls

89 lines (39 loc) · 1.71 KB

Module scmd_parse_numR

Data Types


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

Function Index

format_error/1
parse/1
parse_and_scan/1
to_number/3

Function Details

format_error/1


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



parse/1


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



parse_and_scan/1


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



to_number/3


to_number(N::scmd_types_impl:lineno(), X::string(), Env::scmi_denv()) -> {ok, scmd_types_impl:e_number()} | {error, scmd_types_impl:lineno(), Msg::iolist()}