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
/
odin
/
parser
History
gingerBill
4dceffd049
When parsing an incorrect for loop, remove
assert
...
// caused by this: ``` for a b, c := d() ```
2026-03-30 11:50:59 +01:00
..
file_tags.odin
Correct UAF bugs caused by doing
defer shrink
2025-12-15 09:52:54 +00:00
parse_files.odin
core:os -> core:os/old && core:os/os2 -> core:os
2026-02-09 15:50:21 +01:00
parser.odin
When parsing an incorrect for loop, remove
assert
2026-03-30 11:50:59 +01:00