5 #ifndef BITCOIN_SCRIPT_PARSING_H 6 #define BITCOIN_SCRIPT_PARSING_H 40 #endif // BITCOIN_SCRIPT_PARSING_H
Span< const char > Expr(Span< const char > &sp)
Extract the expression that sp begins with.
bool Func(const std::string &str, Span< const char > &sp)
Parse a function call.
bool Const(const std::string &str, Span< const char > &sp)
Parse a constant.
A Span is an object that can refer to a contiguous sequence of objects.