Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alecthomas/participle
/ Expression
Struct
Expression
_examples/basic/ast.go:149–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
type
Expression
struct
{
150
Pos lexer.Position
151
152
Left *Cmp `@@`
153
Right []*OpCmp `@@*`
154
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected