The wrapper deals with various simple incompatibilities between byacc and python:
first deals with --version which might often be called
--verbose and -v are ignored
normally yacc is called like this: yacc [options] input, but with GNU programs like bison
the input can be mixed in the middle of the arguments, unmangle that