Searched refs:mathComparisonCallParser (Results 1 – 1 of 1) sorted by relevance
104 "math_gt_or_eq": &mathComparisonCallParser{op: ">="},105 "math_gt": &mathComparisonCallParser{op: ">"},106 "math_lt": &mathComparisonCallParser{op: "<"},1709 type mathComparisonCallParser struct { struct1713 func (p *mathComparisonCallParser) parse(ctx *parseContext, node mkparser.Node, args *mkparser.Make… argument