Searched defs:parseContext (Results 1 – 1 of 1) sorted by relevance
453 type parseContext struct { struct454 script *StarlarkScript455 nodes []mkparser.Node // Makefile as parsed by mkparser456 currentNodeIndex int // Node in it we are processing457 ifNestLevel int458 moduleNameCount map[string]int // count of imported modules with given basename459 fatalError error460 outputSuffix string461 errorLogger ErrorLogger462 tracedVariables map[string]bool // variables to be traced in the generated script[all …]