* mes.c (function_t): New struct. (type): One type for function. (call): Refactor. * build-aux/mes-snarf.mes: Use arity annotation. WAS: args. Update annotations.
* mes.c (greater_p, less_p, is_p, minus, divide, modulo, multiply, logior): Move to math.c. * math.c: New file. * GNUmakefile (mes.o): Depend on math snarf output.