Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PersesReducerFunctions = Functions{ BuildReductionCommand: buildPersesReductionCommand, GetOutputFilename: func(inputFilePath string) string { return files.AddFolderToFilePath(inputFilePath, "perses_result") }, Init: initialisePerses, // contains filtered or unexported fields }
View Source
var VulcanReducerFunctions = Functions{ BuildReductionCommand: buildVulcanReductionCommand, GetOutputFilename: func(inputFilePath string) string { return files.AddFolderToFilePath(inputFilePath, "perses_result") }, Init: initialisePerses, // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type Functions ¶
type Functions struct {
BuildReductionCommand BuildReductionCommandType
GetOutputFilename GetOutputFilename
Init InitSyntacticReducer
// contains filtered or unexported fields
}
type GetOutputFilename ¶
type InitSyntacticReducer ¶
Click to show internal directories.
Click to hide internal directories.