Add core:text/regex

This commit is contained in:
Feoramund
2024-07-22 14:25:12 -04:00
parent ccf8b2764d
commit cb0704d51c
16 changed files with 3700 additions and 0 deletions
+9
View File
@@ -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