Bitcoin Core 28.99.0
P2P Digital Currency
Namespaces | Functions
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, Span< const char > &sp)
 Parse a constant. More...
 
bool script::Func (const std::string &str, Span< const char > &sp)
 Parse a function call. More...
 
Span< const char > script::Expr (Span< const char > &sp)
 Extract the expression that sp begins with. More...