This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
67fbb0434f
zig
/
src-self-hosted
/
visib.zig
5 lines
50 B
Zig
Raw
Normal View
History
Unescape
Escape
Solve the return type ambiguity (#1628) Changed container and initializer syntax * <container> { ... } -> <container> . { ... } * <exrp> { ... } -> <expr> . { ...}
2018-10-15 06:51:15 -07:00
pub
const
Visib
=
enum
.
{
self-hosted: generate zig IR for simple function no tests for this yet. I think the quickest path to testing will be creating the .o files and linking with libc, executing, and then comparing output.
2018-07-12 12:08:40 -07:00
Private
,
Pub
,
}
;