Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
parsing.cpp File Reference
#include <script/parsing.h>
#include <span.h>
#include <algorithm>
#include <cstddef>
#include <string>
Include dependency graph for parsing.cpp:

Go to the source code of this file.

Namespaces

namespace  script

Functions

bool script::Const (const std::string &str, std::span< const char > &sp, bool skip=true)
 Parse a constant.
bool script::Func (const std::string &str, std::span< const char > &sp)
 Parse a function call.
std::span< const char > script::Expr (std::span< const char > &sp)
 Extract the expression that sp begins with.