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-08 22:13:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fae5df2ed8663d52c691802a7c11105ea28267ed
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