aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex/virtual_machine/doc.odin
Commit message (Collapse)AuthorAgeFilesLines
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-3/+2
|
* Fix multiline RegEx iterationFeoramund2025-05-261-16/+24
| | | | | | | | | | In `.Multiline` mode: - `^` is now defined to assert the start of the string or that a "\n" or "\r" rune was parsed on last VM dispatch. - `$` is now defined to consume a newline sequence of "\n", "\r", or "\r\n" or to assert the end of the string.
* Add `core:text/regex`Feoramund2024-07-221-0/+175