aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex/compiler/debugging.odin
Commit message (Collapse)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Add explicit license info to `core:text/regex`Feoramund2024-08-041-0/+8
|
* Use `unaligned_load` for `regex` virtual machineFeoramund2024-07-241-7/+8
| | | | | This should hopefully avoid any issues with loading operands greater than 8 bits on alignment-sensitive platforms.
* Add `core:text/regex`Feoramund2024-07-221-0/+84