Searched defs:parseContext (Results 1 – 1 of 1) sorted by relevance
476 type parseContext struct { struct477 script *StarlarkScript478 nodes []mkparser.Node // Makefile as parsed by mkparser479 currentNodeIndex int // Node in it we are processing480 ifNestLevel int481 moduleNameCount map[string]int // count of imported modules with given basename482 fatalError error483 outputSuffix string484 errorLogger ErrorLogger485 tracedVariables map[string]bool // variables to be traced in the generated script[all …]