module lang::php::util::RepoUtils
rascal-0.40.17
php-analysis-0.2.4
Usage
import lang::php::util::RepoUtils;
Source code
http://github.com/cwi-swat/php-analysis/blob/main/src/main/rascal/lang/php/util/RepoUtils.rsc
Dependencies
import util::git::Git;
import lang::php::util::Utils;
import lang::php::ast::System;
function buildTags
void buildTags(str product, loc repoPath)
function patchTags
void patchTags(str product, loc repoPath)
function collectParseErrors
rel[str version, loc l] collectParseErrors(str product, loc repoPath)