Go to the source code of this file.
|
| enum | Op {
Op::Standard,
Op::And,
Op::Or,
Op::Not,
Op::Implies,
Op::Iff,
Op::X,
Op::If,
Op::Jmp,
Op::Recurse,
Op::PopX,
Op::SafeRecurse,
Op::MemRecurse,
Op::SafeMemRecurse,
Op::LexiconRecurse,
Op::LexiconSafeRecurse,
Op::LexiconMemRecurse,
Op::LexiconSafeMemRecurse,
Op::Flip,
Op::FlipP,
Op::SafeFlipP,
Op::Sample,
Op::Mem,
Op::NoOp,
Op::selfptr,
Op::CL_I,
Op::CL_S,
Op::CL_K,
Op::CL_Apply,
Op::Custom1,
Op::Custom2,
Op::Custom3,
Op::Custom4,
Op::Custom5
} |
| |
◆ Op
| Enumerator |
|---|
| Standard | |
| And | |
| Or | |
| Not | |
| Implies | |
| Iff | |
| X | |
| If | |
| Jmp | |
| Recurse | |
| PopX | |
| SafeRecurse | |
| MemRecurse | |
| SafeMemRecurse | |
| LexiconRecurse | |
| LexiconSafeRecurse | |
| LexiconMemRecurse | |
| LexiconSafeMemRecurse | |
| Flip | |
| FlipP | |
| SafeFlipP | |
| Sample | |
| Mem | |
| NoOp | |
| selfptr | |
| CL_I | |
| CL_S | |
| CL_K | |
| CL_Apply | |
| Custom1 | |
| Custom2 | |
| Custom3 | |
| Custom4 | |
| Custom5 | |