This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-05-18 22:01:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
32d45bbd27f769a1aeb587e76701c9f2a641cf34
Odin
/
core
/
text
History
George Potoshin
5335bdbe34
[core:text/regex] Follow up to
fix
#6323
and add test case. As was said in the issue discussion I had suspicion that there may be a sibling bug in .Assert_Non_Word_Boundary implementation and I was able to confirm that with
re.findall(rB", ")
python code. Odin implementation outputed an empty string wherase python gave "'". That is the same bug related to incorrect logic on string ends. This commit makes implementation of those 2 instructions cleaner and adds a test case.
2026-02-25 14:33:09 +01:00
..
edit
Add
translate_by_grapheme: bool
field
2025-12-16 14:42:40 +00:00
i18n
core:os -> core:os/old && core:os/os2 -> core:os
2026-02-09 15:50:21 +01:00
match
Further overhaul of package line comments.
2025-10-09 23:05:29 +02:00
regex
[core:text/regex] Follow up to
fix
#6323
and add test case. As was said in the issue discussion I had suspicion that there may be a sibling bug in .Assert_Non_Word_Boundary implementation and I was able to confirm that with
re.findall(rB", ")
python code. Odin implementation outputed an empty string wherase python gave "'". That is the same bug related to incorrect logic on string ends. This commit makes implementation of those 2 instructions cleaner and adds a test case.
2026-02-25 14:33:09 +01:00
scanner
Add missing case for octal prefix
2025-11-03 22:20:21 +01:00
table
core:os -> core:os/old && core:os/os2 -> core:os
2026-02-09 15:50:21 +01:00