MCPcopy Index your code
hub / github.com/alecthomas/participle / Program

Struct Program

_examples/basic/ast.go:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Program struct {
22 Pos lexer.Position
23
24 Commands []*Command `@@*`
25
26 Table map[int]*Command
27}
28
29type Command struct {
30 Pos lexer.Position

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected