REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
real::detail::dfa_instr Struct Reference

A flattened NFA instruction (global PCs, global class index). More...

#include <dfa.hpp>

Public Attributes

opcode op {}
 The instruction's opcode.
 
std::uint8_t arg8 {}
 Literal byte (op == byte).
 
std::uint32_t klass {0}
 Global class index (op == klass).
 
std::int64_t primary {-1}
 Global target (split/jump).
 
std::int64_t secondary {-1}
 Global secondary target (split).
 

Detailed Description

A flattened NFA instruction (global PCs, global class index).


The documentation for this struct was generated from the following file: