References:
- libclang: C Interface to Clang
- Simple and Efficient Construction of Static Single Assignment Form by Braun et al.
Build:
make
Run tests:
python tests.py
Cleanup:
make clean
Use:
./fcc test.c
Prerequisites:
- make
- clang
- clang development libraries
- python