External module "compilers/GCC"
Functions
gcc
- gcc(input: string, output?: undefined | string, log?: undefined | false | true): Promise<Result>
- gcc(opt: GCCOptions): Promise<Result>
-
Parameters
-
input: string
-
Optional output: undefined | string
-
Optional log: undefined | false | true
Returns Promise<Result>
-
Parameters
Returns Promise<Result>
Compiles a source file with GCC