Add support for finding an appropriate python command on systems which don't have "python". Try "python3" and "python2.7". Fixed #381.
This crate contains the core Cretonne code generator. It translates code from an intermediate representation into executable machine code.