MCPcopy Create free account
hub / github.com/alecthomas/participle / Value

Struct Value

_examples/basic/ast.go:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type Value struct {
98 Pos lexer.Position
99
100 Number *float64 ` @Number`
101 Variable *string `| @Ident`
102 String *string `| @String`
103 Call *Call `| @@`
104 Subexpression *Expression `| "(" @@ ")"`
105}
106
107type Factor struct {
108 Pos lexer.Position

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected