static SS definedRewrites; svoid defineRewrite(S token, S replacement) { definedRewrites = mapPutOrCreate(definedRewrites, token, replacement); }