Fleet  0.0.9
Inference in the LOT
Ops.h
Go to the documentation of this file.
1 #pragma once
2 
3 enum class Op {
4  Standard,
5  And, Or, Not, Implies, Iff,
6  X,
7  If, Jmp,
11  Sample,
12  Mem,
13  NoOp,
14  selfptr,
17 };
18 
Op
Definition: Ops.h:3