def stripComments = { it.replaceAll(/\s*[#;].*$/, '') }