Fleet
0.0.9
Inference in the LOT
src
VirtualMachine
Program
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
,
8
Recurse
,
PopX
,
SafeRecurse
,
MemRecurse
,
SafeMemRecurse
,
9
LexiconRecurse
,
LexiconSafeRecurse
,
LexiconMemRecurse
,
LexiconSafeMemRecurse
,
10
Flip
,
FlipP
,
SafeFlipP
,
11
Sample
,
12
Mem
,
13
NoOp
,
14
selfptr
,
15
CL_I
,
CL_S
,
CL_K
,
CL_Apply
,
16
Custom1
,
Custom2
,
Custom3
,
Custom4
,
Custom5
17
};
18
Op::SafeFlipP
Op::LexiconSafeRecurse
Op::Iff
Op::Custom5
Op::NoOp
Op::Custom4
Op::Custom3
Op::CL_K
Op::Mem
Op::FlipP
Op::CL_S
Op::LexiconSafeMemRecurse
Op::selfptr
Op::PopX
Op
Op
Definition:
Ops.h:3
Op::Sample
Op::Flip
Op::CL_Apply
Op::And
Op::Not
Op::Custom1
Op::SafeMemRecurse
Op::Implies
Op::LexiconRecurse
Op::If
Op::MemRecurse
Op::Standard
Op::LexiconMemRecurse
Op::Custom2
Op::SafeRecurse
Op::Jmp
Op::Or
Op::X
Op::Recurse
Op::CL_I
Generated by
1.8.13