Property definitions

gmp $ NativeMPQ :: add
    fun add(res, op: NativeMPQ) `{
        mpq_add(res, self, op);
    `}
lib/gmp/native_gmp.nit:161,5--163,6