mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 23:09:54 -04:00
9 lines
230 B
Odin
9 lines
230 B
Odin
/*
|
|
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
|