It has been tested with clang version 10.
- To build set path for llvm and clang in Makefile and run make in top directory.
- To run: ./build/refactor_posit examples/ex10.c --
It will save ex10_pos in same directory.
I have followed the tutorial from Eli Bendersky's website.