MCPcopy Create free account
hub / github.com/MauriceGit/compiler / priority

Method priority

parser.go:898–916  ·  view source on GitHub ↗

Operator priority (Descending priority!): 0: '-', '!' 1: '*', '/', '%' 2: '+', '-' 3: '==', '!=', '<=', '>=', '<', '>' 4: '&&' 5: '||'

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

analyzeUnaryOpFunction · 0.80
analyzeBinaryOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected