MCPcopy
hub / github.com/flosch/pongo2 / term

Struct term

parser_expression.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type term struct {
31 // TODO: Add location token?
32 factor1 IEvaluator
33 factor2 IEvaluator
34 opToken *Token
35}
36
37type power struct {
38 // TODO: Add location token?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected