parse

abstract fun parse(databasePath: Path, command: CompilationCommand): ParsedCompilerCommand

Parses the compilation command.

Return

the parsed command.

Parameters

databasePath

the path to the compilation database JSON file (or its parent directory) on the local file system.

command

the compilation command to parse.