AST_DIV           555 core/compile.c     case AST_PLUS: case AST_MINUS: case AST_TIMES: case AST_DIV:
AST_DIV           570 core/compile.c         case AST_DIV:   PN_ASM2(OP_DIV, reg, reg + 1);  break;
AST_DIV            86 core/syntax.y         | div assign s:sets   { e = PN_AST2(ASSIGN, e, PN_OP(AST_DIV, e, s)) }
AST_DIV           125 core/syntax.y            | div x:power             { p = PN_OP(AST_DIV, p, x) }