Skip to content

A python script that watches for changes and automatically compiles C code (or rather orchestrates compilation)

Notifications You must be signed in to change notification settings

kimjisena/compyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compyle

compyle.py is a simple python script that watches a C file for changes and automatically compiles it (and runs the resulting program).

Usage

$ ./compyle.py src:des - watches src for changes and compiles it, saving output to des

$ ./compyle.py src:des -r [...args] - watches src for changes, compiles and runs it, passing [...args] as arguments.

compyle.py outputs to stdout, the result of compiling or running the C program.

About

A python script that watches for changes and automatically compiles C code (or rather orchestrates compilation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published