Skip to content

A Bash script that automates the process of compiling and running codes, with features like automatic formatting, error fixing, and performance measurement. on a loop(if detect any change in code its formate & compile & run the code)

License

Notifications You must be signed in to change notification settings

ManojPanda3/compiler-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compiler-runner

A Bash script that automates the process of compiling and running codes, with features like automatic formatting, error fixing, and performance measurement. on a loop(if detect any change in code its formate & compile & run the code)

| ## NOTE : Currently support only cpp

| ## WARNING : Make sure to turnOff autosave on your ide. Bcz this script run program if its detact any changes.

How to instll and run

apt install build-essential clang-tidy g++ clang-format
git clone --depth 1 https://github.com/ManojPanda3/compiler-runner/ .
rm -rf .git
# the command to run script
# -af == --autofix this will autofix any error  
bash run.sh -f main.cpp -af 

About

A Bash script that automates the process of compiling and running codes, with features like automatic formatting, error fixing, and performance measurement. on a loop(if detect any change in code its formate & compile & run the code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages