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-04-06 06:38:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Odin
/
core
/
text
/
regex
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
..
common
Fix
core:sys/regex
debug output
2026-02-24 22:40:32 +01:00
compiler
Change Odin's LICENSE to zlib from BSD 3-clause
2025-10-28 14:38:25 +00:00
optimizer
Change Odin's LICENSE to zlib from BSD 3-clause
2025-10-28 14:38:25 +00:00
parser
Change Odin's LICENSE to zlib from BSD 3-clause
2025-10-28 14:38:25 +00:00
tokenizer
Change Odin's LICENSE to zlib from BSD 3-clause
2025-10-28 14:38:25 +00:00
virtual_machine
[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
doc.odin
Further overhaul of package line comments.
2025-10-09 23:05:29 +02:00
regex.odin
text/regex: Pass given allocator on in create_iterator
2026-02-02 19:41:37 +01:00