if (!noBacktickOutsideStringConstant(command)) {
tree = org.rascalmpl.semantics.dynamic.Import.parseFragments(this, tree, location, getCurrentModuleEnvironment());
}
Commands stat = new ASTBuilder().buildCommands(tree);
if (stat == null) {
throw new ImplementationError("Disambiguation failed: it removed all alternatives");
}