doc.odin 264 B

123456789
  1. /*
  2. package regex_compiler implements a bytecode compiler for the virtual machine
  3. included alongside it.
  4. Operands larger than u8 are written in system endian order.
  5. More details can be found in the documentation for the virtual machine.
  6. */
  7. package regex_compiler