Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alecthomas/participle
/ Term
Struct
Term
_examples/basic/ast.go:121–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
type
Term
struct
{
122
Pos lexer.Position
123
124
Left *Factor `@@`
125
Right []*OpFactor `@@*`
126
}
127
128
type
OpTerm
struct
{
129
Pos lexer.Position
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected