c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

Implement `act c compile` #95

Closed MattWindsor91 closed 5 years ago

MattWindsor91 commented 5 years ago

The compiler-running logic should have its own act c subcommand, which takes a compiler specification and a single C file and compiles it to an assembly file; no more, no less.

This will then make it possible to decouple compiler running from the act asm commands and shunt it into a shell script or something.