summaryrefslogtreecommitdiff
path: root/compiler/nest/core/include/nest/expr/Node.def
blob: 0429517a03aea7e3578ff75d823607a9c47bfa74 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EXPR
#error EXPR is should be defined before include this file
#endif

// EXPR(Tag)
EXPR(Var)
EXPR(Deref)
EXPR(Add)
EXPR(Mul)