This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-25 23:14:59 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
491
Commits
1
Branch
80
Tags
615fa82d1f5ff44ce4e654be41c0a99ddef29fb3
Commit Graph
3 Commits
Author
SHA1
Message
Date
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
Ginger Bill
0ea815db49
Fix constant bounds checking for slicing
2017-04-22 09:40:32 +01:00
Ginger Bill
3e80411d37
Fix issue
#31
; Removed
down_cast
2017-04-04 21:54:55 +01:00