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-01-15 01:05:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc5587eae248cb2684536dc4cd01a13e6c6a5ca4
Odin
/
core
/
sys
History
Ginger Bill
784f3ecf7e
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x);
y:=^x
=>
y:=&x;
...
Sorry for all the code breaking in this commit :(
2017-04-30 15:09:36 +01:00
..
wgl.odin
Fix slicing bug on dynamic arrays
2017-04-11 16:00:49 +01:00
windows.odin
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x);
y:=^x
=>
y:=&x;
2017-04-30 15:09:36 +01:00