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-05 04:27:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04f5fff7fa65624cdbc80c5dad83241e31da18e7
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