Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return setup(function(s){
oc.compileModule(grammar,
new Stream.Type(s),
new TestContext(language, function(){return module;}));
});},
pass,
function compileModule(src, language){
var imported = oc.compileModule(language.grammar, new Stream.Type(src), makeContext(language));
return imported.symbol().info();
}