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-04-17 22:09:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
codegen
Add File
New File
Upload File
Apply Patch
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