Home
last modified time | relevance | path

Searched refs:isLeftRecursive (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/parser/
H A Dunparser.go123 if !rhsParen && isLeftRecursive(fun) {
376 func isLeftRecursive(op string) bool { func