Skip to content

Mjkim-Programming/Smart-Comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Comp

Smart-Comp is a compiler like an swiss army knife.
And it adds some fun to boring compiling!

Usage

example presets.json >
{

"c": "gcc {main} -o {output}",

"cpp": "g++ {main} -o {output}",

"rust": "rustc {main} -o {output}"

}

example bash usage >
$ smart-comp --main <MAIN_FILE_NAME> --output <OUTPUT_FILE_NAME> --preset <PREST_NAME>

About

All-in-one compiler tool to bring some fun to your boring compiling step!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages