Closed philipbjorge closed 12 years ago
Usage:
from compiler import * c=ClangCompiler() c.compile(["test.c"], "test.out") print c.errors()
That's awesome.
Usage: