CompilerCommandParser

fun interface CompilerCommandParser

Parses a CompilationCommand in a compiler-specific way.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun parse(databasePath: Path, command: CompilationCommand): ParsedCompilerCommand

Parses the compilation command.