aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex/compiler/compiler.odin
Commit message (Expand)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
* Fix multiline RegEx iterationFeoramund2025-05-261-3/+7
* Remove `Global` RegEx flag, default to unanchored patternsFeoramund2025-05-241-5/+9
* Add explicit license info to `core:text/regex`Feoramund2024-08-041-0/+8
* Remove unused codeFeoramund2024-08-041-2/+0
* Use `unaligned_store` in `regex` tooFeoramund2024-07-241-12/+15
* Use `unaligned_load` for `regex` virtual machineFeoramund2024-07-241-4/+5
* Add `core:text/regex`Feoramund2024-07-221-0/+538