- /*
- package regex_compiler implements a bytecode compiler for the virtual machine
- included alongside it.
- Operands larger than u8 are written in system endian order.
- More details can be found in the documentation for the virtual machine.
- */
- package regex_compiler
|