Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Add
Class
Add
sample/Evaluating-Expression-Trees.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
std::shared_ptr<Expr> expr;
11
};
12
struct Add
13
{
14
std::shared_ptr<Expr> lhs, rhs;
15
};
16
struct Mul
17
{
18
std::shared_ptr<Expr> lhs, rhs;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected