Structs
- A compiler translates a regular expression AST to a sequence of instructions. The sequence of instructions represents an NFA.
- Program is a sequence of instructions and various facts about thos instructions.
Enums
- Inst is an instruction code in a Regex program.