This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
zig
/
std
/
debug
History
Andrew Kelley
632d143bff
replace
a %% b
with
a catch b
...
See
#632
better fits the convention of using keywords for control flow
2018-01-07 17:28:20 -05:00
..
failing_allocator.zig
replace
%return
with
try
2018-01-07 16:53:13 -05:00
index.zig
replace
a %% b
with
a catch b
2018-01-07 17:28:20 -05:00