Searched defs:parseContext (Results 1 – 1 of 1) sorted by relevance
439 type parseContext struct { struct440 script *StarlarkScript441 nodes []mkparser.Node // Makefile as parsed by mkparser442 currentNodeIndex int // Node in it we are processing443 ifNestLevel int444 moduleNameCount map[string]int // count of imported modules with given basename445 fatalError error446 outputSuffix string447 errorLogger ErrorLogger448 tracedVariables map[string]bool // variables to be traced in the generated script[all …]