mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add core:text/regex
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
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
|
||||
Reference in New Issue
Block a user