A docopt compiler written in C that generates C code to parse command line options.
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=<Debug|Release>
cmake --build .
Simply run the compiler with an input text file to generate C code:
docoptc file.txt
Because the python implementation mandates a dependency on Python. This project only requires a C compiler.