This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-07-22 15:32:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe27dcdbd49ccd14d65201c78d8bb2053f1cf0df
Odin
/
core
/
text
History
gingerBill
a1fe7222bb
Remove
using fmt
for example docs
2026-06-23 12:28:27 +01:00
..
edit
Add
translate_by_grapheme: bool
field
2025-12-16 14:42:40 +00:00
i18n
Remove
using fmt
for example docs
2026-06-23 12:28:27 +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