docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.04k stars 146 forks source link

Compile time parse usage #146

Open xR3b0rn opened 2 years ago

xR3b0rn commented 2 years ago

It should be possible to translate std::regex into compile time regular expressions and use this to report a wrong usage-formating while compile time.