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-06-13 22:03:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a74abb24125864a0bcb9c83633235b28468173ee
Odin
/
core
/
text
History
gingerBill
2f3aefbb3d
Change
strings.Builder
to be
distinct [dynamic]byte
from a
struct
wrapper
2026-06-09 13:56:10 +01:00
..
edit
Change
strings.Builder
to be
distinct [dynamic]byte
from a
struct
wrapper
2026-06-09 13:56:10 +01: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