AST_INC 527 core/compile.c case AST_INC: { AST_INC 137 core/syntax.y | mminus a:atom { a = PN_OP(AST_INC, a, PN_NUM(-1) ^ 1) } AST_INC 138 core/syntax.y | pplus a:atom { a = PN_OP(AST_INC, a, PN_NUM(1) ^ 1) } AST_INC 139 core/syntax.y | a:atom (pplus { a = PN_OP(AST_INC, a, PN_NUM(1)) } AST_INC 140 core/syntax.y | mminus { a = PN_OP(AST_INC, a, PN_NUM(-1)) })?) { a = PN_TUP(a) }