Searched defs:parseContext (Results 1 – 1 of 1) sorted by relevance
477 type parseContext struct { struct478 script *StarlarkScript479 nodes []mkparser.Node // Makefile as parsed by mkparser480 currentNodeIndex int // Node in it we are processing481 ifNestLevel int482 moduleNameCount map[string]int // count of imported modules with given basename483 fatalError error484 outputSuffix string485 errorLogger ErrorLogger486 tracedVariables map[string]bool // variables to be traced in the generated script[all …]