aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/ops.h
blob: f7001adb1bd1c18247b2d22886471f0df590edfc (plain)
1
2
3
4
5
6
7
8
#ifndef BDL_OPS_H
#define BDL_OPS_H

typedef enum Ops {
    OP_RETURN = 1,
} Ops;

#endif // BDL_OPS_H